Skip to content

Reducers should always be pure, not side-effects and no async code. Maintaining the side-effect and async code with the Action Creators.

Notifications You must be signed in to change notification settings

vishalkakadiya/react-redux-action-creator-thunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Redux + Action Creator Thunk

This project contains:

  • Reducers should always be pure, not side-effects and no async code.

  • Maintaining the side-effect and async code with the Action Creator Thunk.

    action-creators

  • Thunk:

    Thunk

To run the App:

  • npm install
  • npm run start

About

Reducers should always be pure, not side-effects and no async code. Maintaining the side-effect and async code with the Action Creators.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published