React JS is the most popular JavaScript library you can use and learn these days to build modern, reactive user interfaces for the web.
This course teaches you React in-depth, from the ground up, step by step by diving into all the core basics, exploring tons of examples and also introducing you to advanced concepts as well.
This course will teach you React JS in a practice-oriented way, using functional component and best practices you need. You will learn all the key fundamentals as well as advanced concepts and related topics to turn you into a React JS developer.
No matter if you know nothing about React or if you already got some basic React knowledge (not required but also not a problem), you will get tons of useful information and knowledge out of this course!
My goal with this course is to ensure that you feel confident working with React, so that you can apply for React jobs, use it in your own projects or simply enhance your portfolio as a developer - whatever your goal is: This course gets you there!
What's in this course?
Introduction
Node JS and code editor installation
Setup and create react app
Create functional component
Bootstrap setup and example
React Hooks - useState
React Hooks - useEffect
Axios package - API call example for both GET and Post method
React Hooks - useRef
React Hooks - useContext