You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of content category is this page (tutorial, how-to, explanation, reference)?
The "Quick Start" page is a form of tutorial, but intended to demonstrate the "fastest" / "easiest" / "correct" way to use Redux without explaining why things work this way.
Who is the intended target audience?
Beginners who know nothing about Redux, yet.
What knowledge are we assuming they have?
JS syntax: ES6, async/await, object spreads
React: components, hooks
Other: HTTP / AJAX, fetch
What are the intended results or takeaways from reading this page?
Readers should be able to mimic the demonstrated patterns to create a basic React+Redux app that does some CRUD work.
What is the most critical info they should learn?
Redux is a tool for managing state outside of your React components
The Redux Toolkit package is the simplest and recommended way to use Redux
What docs page is being added or updated?
For Adding New Content
What kind of content category is this page (tutorial, how-to, explanation, reference)?
The "Quick Start" page is a form of tutorial, but intended to demonstrate the "fastest" / "easiest" / "correct" way to use Redux without explaining why things work this way.
Who is the intended target audience?
Beginners who know nothing about Redux, yet.
What knowledge are we assuming they have?
async/await
, object spreadsfetch
What are the intended results or takeaways from reading this page?
Readers should be able to mimic the demonstrated patterns to create a basic React+Redux app that does some CRUD work.
What is the most critical info they should learn?
configureStore
,createSlice
,useSelector
/useDispatch
)Notes and Suggestions
PUT / POST / DELETE
don't actually change anything.)The text was updated successfully, but these errors were encountered: