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

9.29 lab#75

Open
lenyakim wants to merge 16 commits intoSNU-SWPP22-TA:masterfrom
lenyakim:2nd
Open

9.29 lab#75
lenyakim wants to merge 16 commits intoSNU-SWPP22-TA:masterfrom
lenyakim:2nd

Conversation

@lenyakim
Copy link
Copy Markdown

No description provided.

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