effector / effector/farfetched

Solve a problem with request deduplication

Open
#503 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.