React Developer Roadmap
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.
Disclaimer
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
Roadmap
Resources
- Basics
- HTML
- Learn the basics of HTML
- Make a few pages as an exercise
- CSS
- Learn the basics of CSS
- Style pages from previous step
- Build a page with grid and flexbox
- JS Basics
- Get familiar with the syntax
- Learn basic operations on DOM
- Learn mechanisms typical for JS (Hoisting, Event Bubbling, Prototyping)
- Make some AJAX (XHR) calls
- Learn new features (ECMA Script 6+)
- Additionally, get familiar with the jQuery library
- General Development Skills
- Learn GIT, create a few repositories on GitHub, share your code with other people
- Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)
- Don't be afraid of using Google, Power Searching with Google
- Get familiar with terminal, configure your shell (bash, zsh, fish)
- Read a few books about algorithms and data structures
- Read a few books about design patterns
- Learn React on official website or complete some courses
- Get familiar with tools that you will be using
- Package Managers
- Task Runners
- Webpack
- Rollup
- Parcel
- Styling
- CSS Preprocessor
- CSS Frameworks
- CSS Architecture
- CSS in JS
- State Management
- Component State/Context API
- Redux
- Async actions (Side Effects)
- Helpers
- Data persistence
- Redux Form
- MobX
- Type Checkers
- PropTypes
- TypeScript
- Flow
- Form Helpers
- Redux Form
- Formik
- Formsy
- Final Form
- Routing
- React-Router
- Router5
- Redux-First Router
- Reach Router
- API Clients
- Utility Libraries
- Testing
- Internationalization
- Server Side Rendering
- Static Site Generator
- Backend Framework Integration
- Mobile
- Desktop
- Virtual Reality
The original guide can be found here: https://github.com/adam-golab/react-developer-roadmap.