Skip to content

A react redux app using sagas and hooks to demonstrate an app boot sequence.

Notifications You must be signed in to change notification settings

ledancs/react-redux-hooks-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

React hooks

This project uses react hooks instead of the lifecycle methods.

Redux React hooks binding

redux-react-hook takes care of providing methods for binding the state of the store into the react function components and also provides a dispatcher.

Redux sagas

redux-saga is an alternative to thunk middleware that provides a more comprehensive approach to handle the side-effects of the app. In this project example, data is is received through simulated calls and examined to determine the next state of the app.

About

A react redux app using sagas and hooks to demonstrate an app boot sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages