Frontend application for Deliverski.com
Rebuilding the frontend application from scratch with React & Redux. A "create-react-app" starter was used here. For logic and data management Redux-Logic was used instead of Redux-Saga.
The process consisted of:
Planning architecture, data structures and logic.
- planning and coding a custom library of reusable components for this application;
Testing the logic.
The components had been developed to be as universal as possible. This allowed avoiding code duplication and reduced the application size.
The process consisted of:
Planning architecture, data structures and logic.
- planning and coding a custom library of reusable components for this application;
Testing the logic.
The components had been developed to be as universal as possible. This allowed avoiding code duplication and reduced the application size.