Support different data sets for the same resource
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
Seems like currently there is no way for an endpoint to be used by multiple components, with different query params.
Something like:
```js
```
This will result result in two API requests being made, each having a different set of items in their response. However, due to how the store works currently, this would reslut in a race condition, with the slowest API response eventually "winning" and it's items being fed to both components.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.