{"id":20453518,"url":"https://github.com/saifaustcse/react-developer-roadmap","last_synced_at":"2025-08-19T21:31:28.498Z","repository":{"id":48239775,"uuid":"354487398","full_name":"saifaustcse/react-developer-roadmap","owner":"saifaustcse","description":"React Developer Roadmap","archived":false,"fork":false,"pushed_at":"2024-03-06T04:28:36.000Z","size":6755,"stargazers_count":164,"open_issues_count":0,"forks_count":30,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-10T04:26:52.372Z","etag":null,"topics":["developer-roadmap","react","react-developer-roadmap","react-roadmap"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saifaustcse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-04T07:56:16.000Z","updated_at":"2024-11-29T03:25:45.000Z","dependencies_parsed_at":"2023-02-05T07:02:03.317Z","dependency_job_id":null,"html_url":"https://github.com/saifaustcse/react-developer-roadmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifaustcse%2Freact-developer-roadmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifaustcse%2Freact-developer-roadmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifaustcse%2Freact-developer-roadmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saifaustcse%2Freact-developer-roadmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saifaustcse","download_url":"https://codeload.github.com/saifaustcse/react-developer-roadmap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230367928,"owners_count":18215338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-roadmap","react","react-developer-roadmap","react-roadmap"],"created_at":"2024-11-15T11:13:02.080Z","updated_at":"2024-12-19T03:08:33.736Z","avatar_url":"https://github.com/saifaustcse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Developer Roadmap\n\n\u003e Roadmap to becoming a React Developer in 2024:\n\nBelow you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a React developer. I made this chart as a tip for everyone who asks me, \"What should I learn next as a React developer?\"\n\n## Disclaimer\n\n\u003e The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job\n\n## Give a Star! :star:\n\nIf you like or are using this project to learn or start your solution, please give it a star. Thanks!\n\n## Roadmap\n\n![Roadmap](./images/react-developer-roadmap.png)\n\n## Resources\n\n1. IDEs\n\n   - [visualstudio](https://visualstudio.microsoft.com/downloads/)\n   - [visualstudioCode](https://code.visualstudio.com/Download)\n\n2. HTML\n\n   - [w3schools](https://www.w3schools.com/html/) HTML Tutorial\n   - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML) HTML: HyperText Markup Language\n\n3. CSS\n\n   - [w3schools](https://www.w3schools.com/css/) CSS Tutorial\n   - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/CSS) CSS: Cascading Style Sheets\n   - [fontawesome](https://fontawesome.com/) Official website\n   - [w3schools](https://www.w3schools.com/icons/icons_reference.asp) Icons Reference\n\n4. JavaScript\n\n   _Basic_\n\n   - [w3schools](https://www.w3schools.com/js/default.asp) JavaScript Tutorial\n   - [developer.mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript) JavaScript\n   - [javascript.info](https://javascript.info/) The Modern JavaScript Tutorial\n   - [htmlcheatsheet](https://htmlcheatsheet.com/js/) JS CheatSheet\n\n   _es6_\n\n   - [exploringjs](https://exploringjs.com/es6/index.html) Exploring ES6\n   - [es6-features](http://es6-features.org/#Constants) ECMAScript 6 — New Features: Overview \u0026 Comparison\n   - [jsfeatures](https://jsfeatures.in) jsfeatures\n   - [babeljs](https://babeljs.io/docs/en/learn) Learn ES2015\n   - [github](https://github.com/lukehoban/es6features) ECMAScript 6\n   - [github](https://github.com/sudheerj/ECMAScript-features) ECMAScript 6\n\n   _Style Guide_\n\n   - [github](https://github.com/airbnb/javascript) Airbnb JavaScript Style Guide\n   - [github](https://github.com/ryanmcdermott/clean-code-javascript) clean-code-javascript\n\n   _playground_\n\n   - [js-array-playground](https://js-array-playground.firebaseapp.com/) JavaScript Array Playground\n   - [jsfiddle](https://jsfiddle.net/)\n   - [plnkr](https://plnkr.co/)\n   - [jsbin](https://jsbin.com/?html,output)\n   - [codepen](https://codepen.io/pen/)\n   - [stackblitz](https://stackblitz.com/)\n\n5. React\n\n   - [official website](https://reactjs.org/tutorial/tutorial.html)\n   - [React cheatsheet](https://devhints.io/react)\n   - [React Patterns](https://reactpatterns.com)\n   - [Using React in Visual Studio Code](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial)\n\n6. Routing\n\n   - [React-Router](https://reacttraining.com/react-router/)\n   - [Router5](https://router5.js.org/)\n   - [Redux-First Router](https://github.com/faceyspacey/redux-first-router)\n   - [Reach Router](https://reach.tech/router/)\n\n7. Type Checkers\n\n   - [PropTypes](https://reactjs.org/docs/typechecking-with-proptypes.html)\n   - [TypeScript](https://www.typescriptlang.org/)\n   - [Flow](https://flow.org/en/)\n\n8. Build Tools\n\n   - Package Managers\n     - [npm](https://www.npmjs.com/)\n     - [yarn](https://yarnpkg.com/lang/en/)\n     - [pnpm](https://pnpm.js.org/)\n   - Module Bundlers\n     - [Webpack](https://webpack.js.org/)\n     - [Bazel](https://bazel.build/)\n     - [Rollup](https://rollupjs.org/guide/en)\n     - [Browserify](http://browserify.org/)\n     - [FuseBox](https://fuse-box.org/)\n   - Task Runners\n     - [npm scripts](https://docs.npmjs.com/misc/scripts)\n     - [gulp](https://gulpjs.com/)\n     - [grunt](https://gruntjs.com/)\n\n9. UI Design\n\n   - CSS Preprocessor\n     - [Sass/CSS](https://sass-lang.com/)\n     - [PostCSS](https://postcss.org/)\n     - [Less](http://lesscss.org/)\n     - [Stylus](http://stylus-lang.com/)\n   - CSS Frameworks\n     - [Bootstrap](https://getbootstrap.com/)\n     - [Materialize](https://materializecss.com/)\n     - [Material Design Lite](https://getmdl.io/)\n     - [Bulma](https://bulma.io/)\n     - [Semantic UI](https://semantic-ui.com/)\n   - CSS in JS\n     - [Styled Components](https://www.styled-components.com/)\n     - [Radium](https://formidable.com/open-source/radium/)\n     - [Emotion](https://emotion.sh/)\n     - [JSS](http://cssinjs.org/)\n     - [Aphrodite](https://github.com/Khan/aphrodite)\n   - UI Frameworks\n     - [material-ui](https://github.com/mui-org/material-ui) - React components for faster and easier web development\n     - [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) - Bootstrap components built with React\n     - [reactstrap](https://github.com/reactstrap/reactstrap) - Simple React Bootstrap 4 components\n     - [chakra-ui](https://github.com/chakra-ui/chakra-ui/) - Simple, Modular \u0026 Accessible UI Components for your React Applications\n     - [semantic-ui-react](https://github.com/Semantic-Org/Semantic-UI-React) - The official Semantic-UI-React integration\n     - [react-bulma-components](https://github.com/couds/react-bulma-components) - React components for Bulma framework\n     - [react-bulma](https://github.com/kulakowka/react-bulma) - React.js components for Modern CSS framework based on Flexbox\n\n10. State Management\n\n    - [Component State](https://reactjs.org/docs/faq-state.html)/[Context API](https://reactjs.org/docs/context.html)\n    - [Redux](https://redux.js.org/)\n      - Async actions (Side Effects)\n        - [Redux Thunk](https://github.com/reduxjs/redux-thunk)\n        - [Redux Better Promise](https://github.com/Lukasz-pluszczewski/redux-better-promise)\n        - [Redux Saga](https://redux-saga.js.org/)\n        - [Redux Observable](https://redux-observable.js.org)\n      - Helpers\n        - [Rematch](https://rematch.gitbooks.io/rematch/)\n        - [Reselect](https://github.com/reduxjs/reselect)\n      - Data persistence\n        - [Redux Persist](https://github.com/rt2zz/redux-persist)\n        - [Redux Phoenix](https://github.com/adam-golab/redux-phoenix)\n    - [Redux Form](https://redux-form.com)\n    - [MobX](https://mobx.js.org/)\n\n11. API Clients\n\n    - REST\n      - [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)\n      - [SuperAgent](https://visionmedia.github.io/superagent/)\n      - [axios](https://github.com/axios/axios)\n    - GraphQL\n      - [Apollo](https://www.apollographql.com/docs/react/)\n      - [Relay](https://facebook.github.io/relay/)\n      - [urql](https://github.com/FormidableLabs/urql)\n\n12. Utility Libraries\n\n    - [Lodash](https://lodash.com/)\n    - [Moment](https://momentjs.com/)\n    - [classnames](https://github.com/JedWatson/classnames)\n    - [Numeral](http://numeraljs.com/)\n    - [RxJS](http://reactivex.io/)\n    - [ImmutableJS](https://facebook.github.io/immutable-js/)\n    - [Ramda](https://ramdajs.com/)\n\n13. Testing\n\n    - Unit Testing\n      - [Jest](https://facebook.github.io/jest/)\n      - [Enzyme](http://airbnb.io/enzyme/)\n      - [Sinon](http://sinonjs.org/)\n      - [Mocha](https://mochajs.org/)\n      - [Chai](http://www.chaijs.com/)\n      - [AVA](https://github.com/avajs/ava)\n      - [Tape](https://github.com/substack/tape)\n    - End to End Testing\n      - [Selenium](https://www.seleniumhq.org/), [Webdriver](http://webdriver.io/)\n      - [Cypress](https://cypress.io/)\n      - [Puppeteer](https://pptr.dev/)\n      - [Cucumber.js](https://github.com/cucumber/cucumber-js)\n      - [Nightwatch.js](http://nightwatchjs.org/)\n    - Integration Testing\n      - [Karma](https://karma-runner.github.io/)\n\n14. Internationalization\n\n    - [React Intl](https://github.com/yahoo/react-intl)\n    - [React i18next](https://react.i18next.com/)\n\n15. Mobile Application Development\n\n    - [React Native](https://facebook.github.io/react-native/)\n    - [Cordova](https://cordova.apache.org/)/[Phonegap](https://phonegap.com/)\n\n16. Desktop Application Development\n\n    - [Proton Native](https://proton-native.js.org/)\n    - [Electron](https://electronjs.org/)\n    - [React Native Windows](https://github.com/Microsoft/react-native-windows)\n\n17. Virtual Reality\n\n    - [React 360](https://facebook.github.io/react-360/)\n\n## Contribution\n\nIf you want to contribute to this project to make it more helpful for other React developers, your help is very welcome!\n\nJust file an issue, better yet: submit a PR! 🙂","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifaustcse%2Freact-developer-roadmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaifaustcse%2Freact-developer-roadmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaifaustcse%2Freact-developer-roadmap/lists"}