-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
- Main repository - https://github.com/MastersAcademy/fe-react-2024
- Design - https://www.figma.com/file/mRAOMdJiAsD8fHSVnYwUl9/React-web-page
- Branch name - task/08-redux
Task Description: Implement logic with Redux
The following requirements must be met:
-
Intall dependencies:
- You need to install
reduxandreact-redux. If you work without Redux Toolkit, you need to installredux-thunk. To work with Redux Toolkit, install@reduxjs/toolkit.
- You need to install
-
** Prepare your app to work with Redux**:
- Need to create
storeand provide it to yourapp.
- Need to create
-
** Move your states and methods to redux**:
- Need to move your states and methods to redux. Create
reducerforthemeand another one forproducts, product details and pagination.
- Need to move your states and methods to redux. Create
Additional Task (Optional):
- **Showing filtered and full products amount **:
Acceptance Criteria for 1
- Mentor is added to PR
- AC copied to PR description
- Link to deployed version is added to PR
- Intall dependencies
- Prepared your app to work with Redux
- Moved your states and methods to redux
Acceptance Criteria for 1*
- Added a field showing the total number of products
- Added a field showing the filtered number of products when a filter is applied and amount total and filtered is different
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
