effector / effector/farfetched
Solve a problem with request deduplication
Open
scope:core
- Dominant language
- TypeScript
- Stars
- 221
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Reason:
E.g. we have a 5 implementation of widget table component on 1 page. Table is making requests by params prop.
3 of tables sending request to "/todos"
2 of table sending request to "/todos?completed=true"
I want to see only 2 request being sent in my network panel. But I see all of them.
[Sandbox](https://codesandbox.io/p/devbox/farfetched-duplicate-queries-zwvxjg)
Contributor guide
Assessment
This issue has not been assessed yet.