visit
The React JS or simply React is one of the leading JavaScript libraries for developing front-end or GUI of web applications.
Backed by Facebook, React JS, also known as just React is has grown by leaps and bounds in recent years and became the de-facto library for component-based GUI development.Though there are other front-end frameworks like and available, what sets React apart from others is maybe the fact that it just focuses on component-based GUI development and doesn’t invade on other areas.
For example, is a complete framework and gives you a lot of features out-of-the-box, such as a , Routing system, Forms handling, HTTP requests, Animations, i18n support, and a strong module system with easy lazy-loading.
So, if you already have libraries to do those stuff or you might not need them altogether than React is a great choice, but learning React is not so easy, especially if you are starting as fresh in web development.
When I started learning this year, I have some background in web development, used , , and before and knows a thing or two about front-end development, but I also struggle a lot to learn React JS. In fact, I am still learning it.
When I was doing some research about the right way to learn React JS, I come across excellent React Developer RoadMap which outlines what is mandatory, what is good to know and what are some extra stuff you can learn as React developer.
This React Developer RoadMap is built by and it outlines the paths that you can take and the libraries that you would want to learn to become a React developer.
So, if you are wondering What should you learn next as a React developer? then this roadmap can help you.
Similar to the I have shared earlier, this React JS roadmap is also great on exploring the React and you can use this to become a better React developer.
But, if you are wondering where to learn those mandatory skills, then don’t worry, I have also shared some online courses, both free and paid, which you can take to learn those skills.
No matter, which framework or library you learn for web development, you must know basics and when I say basics, I mean HTML, CSS, and JavaScript, these three are three pillars of web development.
HTML
And, If you don’t mind learning from free resources then you can also check out my list of .
CSS
It is the second pillar of web development and used to style web pages so that they look good. If you want to learn CSS then you can find a couple of free CSS courses on my list of .
JavaScript
If you want to learn JavaScript from scratch, I suggest you to you join course. It’s simply awesome.
To start with you can also take a look at my list of .
Btw, instead of learning these technologies individually, it’s better to join a complete web development course like by Colt Steele which will teach you all the essential skills you need to become a web developer.
It doesn’t matter whether you are a frontend developer or a backend developer, or even a . You must know some general development skills to survive in the programming world, and here is a list of some of them
2.1 Learn GIT
If you need more choices and don’t mind learning from free resources then you can also explore my list of .
2.2 Know HTTP(S) protocol
I am not asking you to read the specification but you should at least be familiar with common HTTP request methods like the , , , PATCH, DELETE, OPTIONS and how HTTP/HTTPS works in general.
2.3. Learn the terminal
And, If you need more choices, you can also explore my list of for developers.
2.4. Algorithms and Data Structure
Well, this is again one of the general programming skill which is not necessarily needed for becoming a React developer but absolutely needed to become a programmer in the first place.
To learn Data Structure and Algorithms you either rad a few books or join a good course like .
If you need more choices, you can also check my list of .
And, if you love books more than courses, here is a list of every developer should read.
2.5. Learn Design Patterns
Design patterns are tried and tested solutions of common problem occur in software development.Knowing them will help you to find a solution which can withstand the test of time. You can read a few books about design patterns to learn them or join a comprehensive course like .If you need more choices, you can also check to get more ideas.
Now, this is the main deal. you got to learn React and learn it well to become a React developer. The best place to learn React is the official website but as a beginner, it can be a little bit overwhelming for you.
That’s why I suggest you enroll in a couple of courses like Max’s or Stephen Grider’s to learn to React well.
If you want to become a professional React developer then you should spend some time to get familiar with tools that you will be using as a web developer like built tools, unit testing tools, debugging tools etc.
To start with here are some of the build tools mentioned in this roadmap:
Package Managers
If you are aiming to become a front-end developer like React developer then knowing a bit of Styling will not hurt. Even though the RoadMap mentions a lot of stuff like CSS Preprocessors, CSS Frameworks, CSS Architecture and CSS in JS.
I suggest you to at least learn Bootstrap, the single most important CSS framework you will end up using every now and then. And, if you need a course, is a handy course.
If this sounds too much to you, I suggest you to just focus on Redux, it’s great and there is a great course from Stephen Grider to learn Redux framework well.
Both Max’s and Stephen Grider’s courses also covers State Management in React and Redux in good detail.
Since JavaScript is not a strongly typed language, you don’t have the luxury of a compiler to catch those sneaky type related bug.
As your app grows, you can catch a lot of bugs with type checking, especially if you can use JavaScript extensions like Flow or to type check your whole application.
But even if you don’t use those, React has some built-in type checking abilities and learning them can help you to catch bugs early.
Since Angular also uses TypeScript, I think it’s worth to learn TypeScript along with JavaScript, and if you also think so then you can check out the course on Udemy.
And, If you need more choices, and don’t mind learning from free resources then you can also check out my list of for web developers.
8. Form Helpers
Apart from Type Checkers, it’s also good to learn Form Helps like Redux Form, which provides the best way to manage your form state in . Apart from Redux Form, you can also take a look at Formik, Formsy, and Final form.
9. Routing
Components are the heart of React’s powerful, declarative programming model, and Routing components are an important part of any application.
React Router provides a collection of navigational components that compose declaratively with your application.
Whether you want to have bookmarkable URLs for your web app or a composable way to navigate in React Native, React Router works wherever React is rendering.
Apart from React-Router, you can also take a look at Router 5, Redux-First Router and React Router.
Both Max’s and Stephen Grider’s courses also covers React Router in good detail.
Thankfully, there are many API clients available for React developers, here is a list of them:
REST
GraphQL
Apollo Client is my favorite and provides an easy way to use GraphQL to build client applications. The client is designed to help you quickly build a UI that fetches data with and can be used with any JavaScript front-end
Btw, if you don’t know GraphQL and REST, I suggest you to spend some time learning them. If you need courses, the following are my recommendations:
I don’t suggest you learn all these and so does RoadMap. If you look closely only Lodash, Moment, and Classnames are drawn in yellow, stating that you should start with them.
12. Testing
Now, this is one of the important skill for which is often overlooked, but if you want to stay ahead from your competition then you should focus on learning which will help you in testing. Here also, you have libraries for Unit testing, Integration testing, and end-to-end testing.
Here is a list of libraries mentioned in the roadmap:
Unit Testing
End to End Testing
Integration Testing
13. Internationalization
This is another important topic for developing front-end which is used worldwide. You may need to support the local GUI version for Japan, China, Spain, and other Europian countries.
The RoadMap suggest you learn the following technology but they are all under good to know:
Both these library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.
14. Server-Side Rendering
You might be thinking what is the difference between Server-Side Rendering and Client Side rendering, let’s clear that before talking about the library which supports Server Side Rendering with React.
Well, In Client-side rendering, your browser downloads a minimal HTML page. It then renders the JavaScript and fills the content into it.
While in the case of Server-side rendering, React components are rendered on the server and output HTML content is delivered to the client or browser.
The RoadMap recommends following Server-Side Rendering:
15. Static Site Generator
The Gatsby.js is a modern static site generator. You can use to create personalized, logged-in experiences website. They combine your data with JavaScript and create well-formed HTML content.
16. Backend Framework Integration
React on Rails integrates Rails with (server rendering of) Facebook’s React front-end framework. It provides Server rendering, often used for SEO crawler indexing and UX performance and not offered by rails/webpacker.
17. Mobile
This is another area where learning React can really beneficial as is quickly becoming the standard way to develop mobile application in JavaScript with native look and feel.
The RoadMap suggests you learn following libraries:
But, I think, just learning React Native is good enough.
Thankfully, there are some good courses to learn React Native are also available like Stephen Grider’s Course which will teach you how to build full React Native mobile apps ridiculously fast!
18. Desktop
There also exists some to build desktop GUI like React Native Windows which allows you to build native UWP and WPF apps with React.
The Framework suggests the following libraries:
But, they all are for advanced exploring. If you already mastered React, you can take a look at them.
19. Virtual Reality
If you are interested in building Virtual Reality based application then also you have some frameworks like React 360, which allows you to exciting 360 and VR experiences using React. If you are interested in that area, you can further explore React 360.
That’s all about The Modern React Developer RoadMap. It’s indeed very comprehensive and there is good chance that you won’t learn all of these, but don’t worry, all the technologies are still valid for a long time and you can this React RoadMap as per your convinience.
Other Programming Articles you may like
Good luck with your React JS journey! It’s certainly not going to be easy, but by following this roadmap and guide, you are one step closer to becoming the React Developer, you always wanted to be
Please consider entering subscribing to this blog if you’d like to be notified for every new post, and don’t forget to follow on Twitter and on Medium.
All the best for your React Journey !!
P.S. — If you are looking to learn React.js in depth with some modern features like Hooks then you can also check out my list of to start your journey.