This is a simple tutorial (boilerplate code), on getting started with React Redux and React Hooks.
- Redux
- React Redux (with hooks)
- The starwars rest API (with Fetch API)
- Ant design
clone, install dependencies and run
git clone https://github.com/machariamuguku/react_redux_with_hooks.git
cd react_redux_with_hooks
yarn
yarn start