Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tobiaslins/js-interview


https://github.com/tobiaslins/js-interview

Last synced: 14 days ago
JSON representation

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