An open API service indexing awesome lists of open source software.

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

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