Skip to content

Examples from the Intermediate Redux with Redux Toolkit course on Educative.

Notifications You must be signed in to change notification settings

stevecochrane/redux-toolkit-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux-toolkit-examples

These are the examples I used when working through the Educative course Intermediate Redux with Redux Toolkit, by Ohans Emmanuel. In short, it shows how to go from regular Redux usage with React to using Redux Toolkit, which removes a lot of boilerplate to make working with Redux easier.

The first example app, Cat Mood, is a very simple app that has a single state variable, updating it with a Redux Toolkit slice.

The second example app, TweetFind, shows how to fetch data from an API by making asynchronous requests using createAsyncThunk.

About

Examples from the Intermediate Redux with Redux Toolkit course on Educative.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published