/redux-saga-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.

Primary LanguageJavaScript

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!