Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 359 Bytes

File metadata and controls

6 lines (4 loc) · 359 Bytes

typescript-redux-react-boilerplate

redux boilerplate for react in typescript

React and Redux boilerplate code in typeScript without using CRA.

Core Redux setup and example for Actions, Reducer, Thunk-Middlewear, Action-Creators and Provider, also includes the code for useAction and useTypedSelector custom-hooks to use Redux's useAction and useDispatch.