Fredrik Höglund
Fredrik Höglund
Btw, you should totally rebrand this as a feature. "How do I see the logs for a single file to try to fix any log-issues there?" - Just test only...
This is very neat! I think actual gains kind of hinges on if you are using http/1.1 or 2 though, since http/2 does everything over a single connection by default...
I think something like `addReducer` would be a great addition! I think optionally passing in an object at the root level and throwing if `addReducer` is called without that is...
Maybe consider adding removeReducer as well? I know some third party libs supports this to unmount big parts of the store when not needed anymore.
Yeah, there is definitely the question about scope here. Lazy loading/removing middlewares for example? What about nested reducers that are after all an encouraged pattern? I also think the issue...
I wanted to post an update on this. While this is a pretty small task, a lot has been going on at work and on the personal plane I'm in...
I'm leaning towards mirroring the React experimental release channel for versioning. That is: * No more releases to `latest` * New `experimental` release-channel where future releases will happen (aka `react-lightyear@experimental`)...
I haven't had time yet to look at the latest changes here (soon!), but I thought I'd note that I've written a braindump discussion ["React Streaming SSR/Server Components"](https://github.com/TanStack/query/discussions/4623) that relates...
> sends more duplicate data to the client than necessary Yeah, this can be a tradeoff in some cases, but I think compression (gzip/brotli) might take care of a lot...
@HamAndRock That's weird. Some questions: * Does this happen even if you only call `dehydrate`, but not the `Hydrate` component? * If yes, where are you importing `dehydrate` from? It...