Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Lab Session #4#68

Open
Moshed-Potato wants to merge 18 commits intoSNU-SWPP22-TA:practice/startfrom
Moshed-Potato:practice/start
Open

Lab Session #4#68
Moshed-Potato wants to merge 18 commits intoSNU-SWPP22-TA:practice/startfrom
Moshed-Potato:practice/start

Conversation

@Moshed-Potato
Copy link
Copy Markdown

No description provided.

ccdc-git and others added 18 commits September 17, 2022 00:03
Install react-redux using yarn.
Make a javascript file `redux-basics.js` for understand the basic concept of redux
wrap our App with Provider
To manage large root state, we separate into functional scope slice.
`@reduxjs/toolkit` help us implement slice easily.
Reducer is a function that takes in a state and an action as an argument
Reducer is responsible for changing the current state depending on the specific action.
Implement toggle done and delete using react-redux
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants