This project was bootstrapped with Create React App.
React-Redux Typescript template
This is a minimal typescript react-redux template to get you up and running in 3 mins.
Demo
Perks
- axios instance
- persistent redux store (session storage, this can be easily modified)
- sample async/sync action creators
- sample reducers
- sample component test
- sample memoized selectors
Notable Dependencies
To run app
yarn install
yarn start
Contribution
Feel free to raise a PR to improve this template
To learn React, check out the React documentation.