Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobiaslins/js-interview
https://github.com/tobiaslins/js-interview
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobiaslins/js-interview
- Owner: tobiaslins
- Created: 2017-11-28T20:02:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T20:25:58.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T13:22:42.428Z (28 days ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Javascript UI ↔ Server syncing
In order to run/test the app, please install all dependencies with `yarn
install` or `npm install`### Run the test scenario from the task
```
# yarn test
```### Run the test application
```
# yarn start
```### How to fix this problem?
Just change in `sagas/index.js` the `takeEvery` to `takeLatest` and it will
cancel the first request and just use the second one.This is only one of multiple solutions