https://github.com/olefirenko/flight-search
https://github.com/olefirenko/flight-search
immer reactjs redux redux-saga typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/olefirenko/flight-search
- Owner: olefirenko
- Created: 2020-05-03T15:16:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T01:44:21.000Z (almost 5 years ago)
- Last Synced: 2025-09-25T01:59:05.761Z (9 months ago)
- Topics: immer, reactjs, redux, redux-saga, typescript
- Language: TypeScript
- Homepage: https://flight-search-pwa.netlify.app/
- Size: 613 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React+Redux CRUD application written on TypeScript and React Hooks. Can be installed as PWA (data from Redux store are being saved to LocalStorage so it can be accessible in offline mode).
## Libraries which are being used
- [Material UI](https://material-ui.com/)
- [React Hook Form](https://react-hook-form.com/) as more performant alternative to Redux Form
- [Immer](https://immerjs.github.io/immer/docs/introduction) for immutability in Redux reducers
- React Router
- Axios
- Redux-Saga
- [Cypress](https://www.cypress.io/) - for end-to-end tests