Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
30 Days Of Javascript | 38,544 | 2 days ago | 1 | January 19, 2022 | 326 | JavaScript | ||||
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | ||||||||||
Zustand | 35,449 | 10 | 1,336 | 9 hours ago | 113 | August 01, 2023 | 6 | mit | TypeScript | |
🐻 Bear necessities for state management in React | ||||||||||
Reactjs Interview Questions | 31,818 | 10 days ago | 18 | JavaScript | ||||||
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! | ||||||||||
React Boilerplate | 29,238 | 2 | 3 | 6 months ago | 1 | May 11, 2014 | 116 | mit | JavaScript | |
:fire: A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices. | ||||||||||
React Redux | 22,974 | 140,108 | 17,998 | 2 days ago | 126 | July 29, 2023 | 25 | mit | TypeScript | |
Official React bindings for Redux | ||||||||||
30 Days Of React | 22,784 | a day ago | 214 | JavaScript | ||||||
30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | ||||||||||
React Redux Links | 21,729 | a year ago | 31 | |||||||
Curated tutorial and resource links I've collected on React, Redux, ES6, and more | ||||||||||
Normalizr | 20,987 | 3,388 | 633 | 2 years ago | 43 | March 19, 2022 | 22 | mit | JavaScript | |
Normalizes nested JSON according to a schema | ||||||||||
Responsively App | 20,811 | a day ago | 169 | agpl-3.0 | JavaScript | |||||
A modified web browser that helps in responsive web development. A web developer's must have dev-tool. | ||||||||||
Js Stack From Scratch | 19,396 | 2 | a year ago | 1 | January 19, 2017 | 48 | mit | JavaScript | ||
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack. |
Based on Create React App with Typescript, bootstrapped with the latest packages of react, react-router-dom, react-helmet-async, react-intl, styled-components, and @testing-library/react. A redux-less boilerplate inspired by @kentcdodds and @ryanflorence.
React Context
styled-components
react-router-dom
react-helmet-async
react-intl
React lazy, Suspense
@testing-library/react
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
npm run generate
Creates template files either for component
or container
.