Description
In this course, you will :
- Begin from scratch and work your way up to a finished real-world application.
- Understand how to structure your application in a way that is reusable and understandable. React components divide code into smaller chunks.
- Structure and configure project
- Write high quality code with React and Redux on real project
- Create reusable selectors and components
- Decouple API layer from actions
- Use Ramda library for comfortable data transformations
- Getting data from API
Syllabus :
- Setting up boilerplate
- Configuring project
- Loading data for phones page
- Preparing data for phones page
- Rendering phones page
- Implementing pagination
- Preparing data for product page
- Rendering product page
- Adding basket to all pages
- Adding phones search
- Preparing data for categories
- Rendering categories
- Preparing basket data
- Adding actions to basket
- Fetching data from api