
Learn ReactJS basics and build an online shopping cart with PayPal API from scratch.
What you'll learn
- The basics of the ReactJS library.
- How to create a CRUD application with ReactJS.
- How to create an online shopping with ReactJS using the PayPal API.
- How to make ReactJS interact with mongoDB
Requirements
- Knowledge of basic notions of javascript. If not, just have the passion and motivation to learn ReactJS
- Have a stable internet connection
Description
In this course, we will learn from scratch the basics of ReactJS and then create two projects, one of which will focus on creating a CRUD (Create Read Update Delete) application and the other on the creation of an online store with the PayPal API.
With that, the points described in the following lines show the different basics that we will learn about the ReactJS library.
We will talk about:
- Babel and Le JSX;
- The components;
- The component within a component;
- Passing information from a parent component to a child component;
- The conditions in Reacjs;
- How to store data in states with ReactJS;
- How to use CSS (Cascading Style Sheet) in ReactJs;
- How to use "inline CSS" (Cascading Style Sheet) with ReactJS;
- How to use the "external CSS" (Cascading Style Sheet) with ReactJS;
- How to use the "CSS module" (Cascading Style Sheet) with ReactJS;
- The different phases (mounting phase, update phase, and unmounting phase) of a component's life cycle with ReactJS;
- Events in ReactJS;
- How to delete data in states with ReactJS;
- How to add data to states with ReactJS;
- How to display data in states with ReactJS;
- How to update data in states with ReactJS;
Who this course is for:
- Web developers of all levels.
- Developers.