Aim is to be used personally and for example Typescript/React with hooks and example usage of react-material-table
- git clone this repo
npm install
npm run start
https://anttargett.github.io/Example-React-App/#/
- Typescript
- React (With Hooks)
- emotion
- react-material-table
- material-ui
- react-pose
- Jest
- React-testing-library
- axios
- Lazy loading with React suspense
- React hooks
- Debounce hook
- Using Emotion 10 styled components to style material ui
- Created a useTheme hook utlising react context. Storing the chosen theme to local storage and allowing update via a toggle
- Using context, hooks and emotion 10 to have a dark and light mode
- Error Boundries
- Typescript
- Interface and regular types
- Extending types