React JS Crash Course for Beginners


Posted 5 years ago by Ryan Dhungel


Category: Web Development JavaScript React



Introduction


React JS is sky rocketing in popularity. Everyone wants react! And there is a good reason for that. And its easy to understand React JS, if you have good understanding of Modern JavaScript/EcmaScript. I have another course here that gets you up and running with Modern JavaScript/EcmaScript in no time. So if you need to brush up your JavaScript skill, make sure to check that out!

So what are we waiting for? Lets get into react!


Prerequisite

Basic knolwdge of modern JavaScript/EcmaScript


Lessons 8



Installing React JS



Create react app - Files and folder structure



Storing data in component state via AJAX call



Rendering state data using map



Conditional rendering



Imports, exports and props



Handling click events



Destructuring inline styling and keys