Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Storybook | 81,048 | 7,289 | 21,476 | a day ago | 1,108 | September 14, 2022 | 1,822 | mit | TypeScript | |
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Javascript Testing Best Practices | 22,479 | a month ago | 63 | mit | JavaScript | |||||
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023) | ||||||||||
Enzyme | 19,996 | 51,435 | 29,920 | 2 months ago | 54 | December 20, 2019 | 287 | mit | JavaScript | |
JavaScript Testing utilities for React | ||||||||||
React Testing Library | 18,280 | 2,707 | 44,878 | 11 days ago | 98 | November 08, 2023 | 34 | mit | JavaScript | |
🐐 Simple and complete React DOM testing utilities that encourage good testing practices. | ||||||||||
Keystone | 8,479 | 49 | 2 days ago | 18 | November 16, 2022 | 101 | mit | TypeScript | ||
The most powerful headless CMS for Node.js — built with GraphQL and React | ||||||||||
React Cosmos | 7,924 | 63 | 141 | 2 days ago | 370 | November 26, 2023 | 11 | mit | TypeScript | |
Sandbox for developing and testing UI components in isolation | ||||||||||
Realm Js | 5,414 | 636 | 143 | 2 days ago | 382 | November 23, 2023 | 588 | apache-2.0 | TypeScript | |
Realm is a mobile database: an alternative to SQLite & key-value stores | ||||||||||
React Hooks Testing Library | 5,111 | 507 | 5,813 | 7 months ago | 53 | June 18, 2022 | 40 | mit | TypeScript | |
🐏 Simple and complete React hooks testing utilities that encourage good testing practices. | ||||||||||
Jest Cheat Sheet | 5,045 | 5 months ago | cc0-1.0 | |||||||
Jest cheat sheet | ||||||||||
Pepperoni App Kit | 4,645 | 2 | 5 months ago | 4 | March 24, 2017 | 71 | mit | JavaScript | ||
Pepperoni - React Native App Starter Kit for Android and iOS |
If you want to learn React.js you came to the right place. We prepared a set of practical exercises that will help you learn React.js from square one. The only thing you need to know is JavaScript. Here we are using ECMAScript 2015 standard.
The Koans are a set of tasks to complete. Prepared tests checks if they are done correctly.
Make sure you have Node.js and Python 2 installed.
git clone https://github.com/arkency/reactjs_koans.git
cd reactjs_koans
npm run setup
exercises
directory.koans
directory contains the source of all the exercises. test
contains the tests.src
contains files compiled from exercises
.build
contains sources launched in the web browser version of Koans.You can run a webserver and see your changes live in your web browser:
npm run start
exercises
directory and run the tests to see if you did everything right.npm run test
. To automatically run tests when your code changes, use npm run watch
.If you want to read more about React.js and modern JavaScript applications, check out our React Kung Fu blog.
For people who finished Koans, we prepared something to go continue: the React by example book. In this book, we explain how to create common widgets like password-strength meter or credit card input.
For the price of the ebook, you get:
It's an early version of the book. It means some wording in book may change and there will be more examples later. All updates for the book are free.
You can use special 20% discount code: REACTKOANS. Grab your copy today or download a free chapter
needhelp
.React Koans is funded and maintained by Arkency. Check out our other open-source projects.
You can also hire us or read our blog.