Roadmap to becoming a React Developer in 2024:
Below 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?"
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
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
-
IDEs
-
HTML
- w3schools HTML Tutorial
- MDN Web Docs HTML: HyperText Markup Language
-
CSS
- w3schools CSS Tutorial
- MDN Web Docs CSS: Cascading Style Sheets
- fontawesome Official website
- w3schools Icons Reference
-
JavaScript
Basic
- w3schools JavaScript Tutorial
- developer.mozilla JavaScript
- javascript.info The Modern JavaScript Tutorial
- htmlcheatsheet JS CheatSheet
es6
- exploringjs Exploring ES6
- es6-features ECMAScript 6 — New Features: Overview & Comparison
- jsfeatures jsfeatures
- babeljs Learn ES2015
- github ECMAScript 6
- github ECMAScript 6
Style Guide
playground
- js-array-playground JavaScript Array Playground
- jsfiddle
- plnkr
- jsbin
- codepen
- stackblitz
-
React
-
Routing
-
Type Checkers
-
Build Tools
-
UI Design
- CSS Preprocessor
- CSS Frameworks
- CSS in JS
- UI Frameworks
- material-ui - React components for faster and easier web development
- react-bootstrap - Bootstrap components built with React
- reactstrap - Simple React Bootstrap 4 components
- chakra-ui - Simple, Modular & Accessible UI Components for your React Applications
- semantic-ui-react - The official Semantic-UI-React integration
- react-bulma-components - React components for Bulma framework
- react-bulma - React.js components for Modern CSS framework based on Flexbox
-
State Management
- Component State/Context API
- Redux
- Async actions (Side Effects)
- Helpers
- Data persistence
- Redux Form
- MobX
-
API Clients
-
Utility Libraries
-
Testing
-
Internationalization
-
Mobile Application Development
-
Desktop Application Development
-
Virtual Reality
If you want to contribute to this project to make it more helpful for other React developers, your help is very welcome!
Just file an issue, better yet: submit a PR! 🙂