You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtk-query stars counter points to an archived repo.
Query now lives in the main repo as a package.
I understand that this isn't totally right, but at least it seems reasonable not to count start of an archived repo.
> **<sup>6</sup> Normalized Caching** - React Query, SWR and RTK-Query do not currently support automatic-normalized caching which describes storing entities in a flat architecture to avoid some high-level data duplication.
76
76
77
-
> **<sup>6</sup> SWR's Immutable Mode** - SWR ships with an "immutable" mode that does allow you to only fetch a query once for the life of the cache, but it still does not have the concept of stale-time or conditional auto-revalidation
77
+
> **<sup>7</sup> SWR's Immutable Mode** - SWR ships with an "immutable" mode that does allow you to only fetch a query once for the life of the cache, but it still does not have the concept of stale-time or conditional auto-revalidation
78
+
79
+
> **<sup>8</sup> RTK-Query's bundle size**[can vary][rtk-query-bundle-size] depending on whether you already use redux-toolkit or not
0 commit comments