Skip to content

In this guided demo, we create a minimal application which will fetch the name of a new Star Wars character at the click of a button.

Notifications You must be signed in to change notification settings

cjol/redux-saga-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Saga Guided Demo

In this guided demo, we create a minimal application which will fetch the name of a new Star Wars character at the click of a button.

All important files have detailed comments, and I recommend that you read them in the following order:

  1. ReduxTextField: React component with Redux state bindings
  2. ReduxButton: React component with Redux dispatch bindings
  3. Redux Actions: Three action creators for our asynchronous effect
  4. Redux Reducer
  5. Store Index: Bringing everything together, including the redux-saga middleware
  6. Sagas: Where the magic happens!

About

In this guided demo, we create a minimal application which will fetch the name of a new Star Wars character at the click of a button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published