- react: 18.0.2
- typescript: 4.9.4
- @mui/material: 5.11.6
- redux": 4.2.0
- react-router-dom: 6.7.0
- react-chartjs-2: 5.2.0
- react-pro-sidebar: 1.0.0
Create react typescript app:
Intall react-router-dom pakcages installation:
Intall mui (Material UI) pakcages installation:
- Use emotion for styling:
- Use styled component for styling:
Intall redux pakcages installation:
npm install redux react-redux redux redux-thunk @types/redux @types/react-redux @types/redux @types/redux-thunk
Intall react-pro-sidebar pakcage installation:
Intall react-chartjs2 pakcage installation:
👍