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.