Skip to content

Sergioamjr/replacing-redux-with-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replacing Redux with React Hooks

Repository created to show how you can replace Redux with React Hooks to manage the state of your app, keeping the concepts of reducers, actions, types, middleware, mapStateToProps.

For more information and details, I highly recommend that you read my article..

Portuguese version.

To clone the repository

git clone [email protected]:Sergioamjr/replacing-redux-with-react-hooks.git

To install the dependencies

npm install ou yarn

To run the project

npm start ou yarn start

By default the application runs on http://localhost:3000

About

A demo showing how to replace Redux with React Hooks 🤔

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published