Home
Blog
Training
Course Schedule
Courses Offered
Corporate Training
Video Courses
Resources
Projects
Programs
Video Tutorials
My Favourites
Exam
Books
Books Read
Books Written
Testimonials
Feedback
FAQs
About
React
This course teaches how to use React to build Rich UI, to make AJAX calls to REST API and develop Single Page Applications.
Course Details
Prerequisite
Knowledge of JavaScript, HTML and CSS
Course Fee
Rs. 2750/- (Includes digital course material)
Digital or Physical Certificate Fee
Rs. 300/-
Software Required
Visual Studio Code and Node.JS
Detailed Syllabus
React
What is React?
Function components
Class components
Rendering HTML
Using Bootstrap with React
Using JSX
Passing data using Props
Validating properties using PropTypes
Lists and Keys
Parent and Child relationship
Handling events
Handling state
Hooks - useState() and useEffect()
Sharing state between components - lifting state up
Using Context
Form handling
Uncontrolled Components
Making AJAX calls using jQuery
Using Mock API - JSON Server
Routing using Router
Passing and reading route parameters
Building and Deploying React Application
Project
Understanding Project requirements
Creating Tables in Database - MySQL
Create required REST API using Express (Back-End)
Create React Application (Front-End) to connect REST API (Back-End)
How to build and deploy React Application