This repo is a small showcase of my current expertise in working with typescript and react based projects
- API list fetch
- UI pagination
- UI sort
- UI search
- Create React App (custom webpack config not always a best thing)
- Typescript
- MaterialUI
- React query (for api state management)
- Axios
- React Testing Library ❤️
- Msw (for API integration testing)
- Prettier
- Multiple eslint plugins
- Yarn v2
- HOC for deferring data rendering while data is fetching or on error
- Hooks for stateful business logic decoupling
- Atomic design
- Mockless component testing for confidence
yarn start
development envyarn build
production packageyarn test
unit testingyarn lint
lintingyarn typecheck
typescript type checking