Skip to content

Latest commit

History

History
33 lines (28 loc) 路 1.11 KB

File metadata and controls

33 lines (28 loc) 路 1.11 KB

Challenge Client

Requirements

Usage

assuming you already have the node configured in its correct version and it is with the API published on port 3000...

npm install
npm run webpack:server

Build

npm run webpack:build

Developer observations:

Even with the long time to develop the challenge, I leave below some items that I consider important but have not had time to solve:

  • Uncouple mote the side effects in the sagas.
  • Display controlled API errors with app messages.
  • Create specs with Jest.
  • Configure an linter, ESlint sure xD!
  • Host the app in heroku with superstatic.
  • Reduce the number of request to update the main state.

If you are interested in evaluating my most proud project is an real time chat, with react and all this project stack with rails and action cable in server: