What are the main concepts to learn in React.js? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the main concepts to learn in React.js?

Hi koderz, before Ilearning a subject I like to get an overview of topics that need to be covered, such as the Table of content. What topics need to be covered in react?

21st Jul 2020, 9:13 PM
Logomonic Learning
Logomonic Learning - avatar
4 Answers
+ 6
React.js is pretty lightweight so there is not much to learn which is why I think it's a great framework. Do yourself a favour and learn typescript though and do react+ts! Things to do and look up: - `npx create-react-app --typescript` which installs a lot of stuff - Components - JSX - The difference between Props and State - Function Components and the useState hook And some time later: - hooks in general, like useEffect and custom hooks - refs and forwarding refs - HOCs - controlled vs. uncontrolled components - state management with for example redux - dynamic imports - The virtual DOM The reactjs.org website has some nice guides on all these topics :)
21st Jul 2020, 9:29 PM
Schindlabua
Schindlabua - avatar
+ 1
Logomonic Learning I think that's the way to go these days yes! You should probably get familiar with the `connect` HOC too though as all the pre-hook react code is written this way.
22nd Jul 2020, 7:26 AM
Schindlabua
Schindlabua - avatar
0
Schindlabua do you need to learn redux with hooks?
21st Jul 2020, 11:03 PM
Logomonic Learning
Logomonic Learning - avatar
0
yes
8th Apr 2024, 6:12 AM
Naincy Bai Dileep Kumar
Naincy Bai Dileep Kumar - avatar