cra-template-typescript-redux-saga-mui
v1.0.2
Published
Based on the Redux+Typescript (https://github.com/reduxjs/cra-template-redux-typescript.git) template.
Downloads
18
Maintainers
Readme
cra-template-typescript-redux-saga-mui
Based on the official TS template for Create React App but with Material-UI and Redux-Saga included and full made of hooks.
To use this template, add --template typescript-redux-saga-mui
when creating a new app.
For example:
yarn create react-app my-app --template typescript-redux-saga-mui
For more information on:
- Create React App | Getting Started – How to create a new app
- Create React App | User Guide – How to develop apps bootstrapped with Create React App
- Redux Toolkit | Quick Start - Working with Redux toolkit
- Redux-Saga | Getting Started - Working with Redux-Saga library
- Material-UI | Getting Started - Get started with the world's most popular React UI framework
Bonus
- React Hook Form | Getting Started - A performant, flexible and extensible forms with easy-to-use validation.
- Yup | GitHub Repository - A JavaScript schema builder for value parsing and validation.
- Axios | GitHub Repository - Promise based HTTP client for the browser and node.js.