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
Improved Link prefetch to not cause actual changes in resources (invalidation, update, ...) but instead keep the data separate until navigation is confirmed. This should also solve unnecessary re-renders when interacting with prefetching links
Dependent resources: It allows relationships between resources that exist in some well defined list,
such as the route resources list. For more details, please see README.md. #153
Changes the TypeScript typings for ResourceStoreContext to be an empty interface instead of an any typed type, so that consumers of the library can do a module declaration to extend the ResourceStoreContext to type their own code. #142
Compile typescript with isolatedModules to remove types from runtime code. #147