
Understanding how a component is created in React and used as custom HTML tag. Also learn about the concept of "props".
Creating & understanding React 17 project architecture.
Learn how to migrate a React 17 project to React 18 by upgrading npm packages (react and react-dom) and adopting createRoot api with react-dom to render the app.
Explore the concept of state in a functional component using the useState hook, and learn to increment and render the state with a setter function.
Explore the useEffect hook in functional components, mapping lifecycle methods and managing side effects. Create a digital clock that updates every second with setInterval inside useEffect.
Loop through data collections and render them on the screen using the map method, handling primitive arrays like numbers and strings, as well as arrays of objects in React rendering.
Render a string array in a React component using useState and destructuring, then display each item as a list item with map, noting the need for a unique key prop.
Refactor array rendering by moving the map() over data into a separate function and assign its JSX to a variable, then display the product list to simplify larger React applications.
Dive into props and JSX with deeper combinations and tweaks. Learn how content becomes props via the children property and reference it within components for the React eStore project.
Explore how to pass attributes as props in a React component, use expressions and string literals, and render values, dates, and math results with or without curly braces.
Explore how React props default to true when no value is passed, demonstrate passing false and converting to string to reveal the output in a demo app.
Learn how React events use camelCase names like onClick, place handlers in curly braces, and avoid parentheses to prevent immediate calls, including returning a function to pass parameters.
Master synthetic events in React by inspecting the event object passed to onClick handlers, accessing e.target and innerHTML to retrieve element content, while noting cross-browser compatibility.
Create a multi-field React form by implementing individual useState hooks for first name, last name, and mobile, with onChange handlers and a submit action that displays data below.
Implement a single input change handler in React by using dynamic keys with ES6 square brackets, allowing first name, last name, and mobile to share one handler instead of multiple.
Learn to update state with functional updates and handle checkbox and radio inputs using the checked property, not value, and build a form that displays data on submit.
Use dynamic routes with the useParams hook to extract the product id from the url and render a single product detail page for any selected product.
Configure nested routes as children of a main route using the index attribute to refer to the parent route, with index defaulting to true.
Explore converting fixed product data into a dynamic dataset with useState, map over products to render links, and configure dynamic routes like /products/{id} using template literals.
Pass data to a child via the context attribute on an outlet. Retrieve it with the use outlet context hook, and display the selected product details.
Master the useNavigate hook to programmatically navigate after form submission in a React eStore project, using useEffect and setTimeout to delay and manage URLs.
This lecture explains multi-page applications and single-page applications, contrasts server-side and client-side rendering, and shows how React Router enables seamless navigation in a single-page application.
Master route matching with the Switch component and the exact attribute to achieve precise path matching. Understand root path behavior and how Switch renders the first match only.
See how the useContext hook replaces the consumer for simple access to the nearest context provider, returning the current context value and updating the cart total.
Set up a redux-demo application with React Redux, build purchase, cart, and total components, and display local product data with map for a dropdown.
Use the useDispatch hook to dispatch actions with a payload to a reducer, updating cart and total in the Redux store through event handling.
Connect a class-based purchase component to the Redux store using connect and mapStateToProps to access global state as props, and prepare for dispatching actions in later steps.
Explore deleting a cart item in a React Redux app using hooks, dispatching a delete action with index and price, and updating the total via the reducer.
Explore how asynchronous processes are handled in Redux, using dispatch and action creators to validate users and fetch data outside the store, while keeping reducers pure.
Learn to configure redux-thunk as a middleware, use applyMiddleware with createStore, and handle asynchronous dispatch with thunk for api calls and delayed updates.
In this comprehensive course, we will go through the prior and newer versions of ReactJS with the primary focus on understanding the latest version(18).
The entire course is prepared in a methodical way so that candidates learn & master ReactJS fundamentals through smaller applications, get prepared for interviews & advanced concepts in the simplest of ways.
“React (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces or UI components.”
Candidates trained by me are now working with fortune 500 companies in the US. This project-based course will make your journey easier in becoming a hands-on React.js developer.
The end of the course has a concise Amazon-like eStore project using MySQL,Express.js,ReactJS,Node.js, which is built with all the latest React techniques like Redux, React Hooks, React Router(SPA), Class & functional components, Axios, Node.js, Express.js, GitHub, payment gateway and more...
As mentioned, the course is completely hands-on from the 1st lecture - making sure you make the most out of each lecture as you progress ahead.
On completion of this course, you’ll be able to handle real-world applications like any other ReactJS developer.
What's in the course?
If you have seen my other courses, you’ll know that we always have sections packed with beginner to advanced level content, so once again it is advised to check the full course curriculum first to get a clear idea of all the topics and then start step by step.
Here's a quick summary of what you'll find in the course:
React fundamentals(version 17)
React Hooks
Standard React practices
Code optimization
List & Keys
Forms
React-Router (SPA - Single-page application)
Context API
Redux
Asynchronous Redux
Redux Toolkit (RTK) - Modern Redux
React with TypeScript
Comprehensive React eStore project
Testing
In the eStore project, you’ll learn the following:
Configuring large projects
Axios
GitHub for source & version control
MySQL installation & working knowledge
Configuring RESTful API with Node.js & Express.js
Creating shopping cart
Configuring payment gateway
I recommend that you have a basic knowledge of HTML, CSS & JavaScript before starting this course.
Take action today and enroll in this comprehensive course.