Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.46 KB

Create React App example with Material-UI, TypeScript, Redux and Routing

Inspired by:

Contains

Roadmap

  • Make function based components and use hooks for state etc.
  • Implement Material-UIs new styling solution based on hooks
  • use react-redux hooks
  • Hot Reloading -> Waiting for official support of react-scripts

How to use

Install it and run:

npm i
npm start

Enable Prettier [OPTIONAL]

  1. Step: Install the Prettier plugin (e.g. the one of Esben Petersen)
  2. Add the following snippet to your settings in VSCode:
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
       "source.organizeImports": true // optional
   },