
Hyper Fetch
Framework for data exchange, async state management and more
115 followers
Framework for data exchange, async state management and more
115 followers
Ultimate framework for data exchange and asynchronous state management. Take advantage of caching, queuing, persistence, offline first support, request deduplication, authentication, progress tracking, architecture guidelines and more!
Hyper Fetch
After months of building and testing… Hyper Fetch 7.0 is finally live 🎉
You can now generate SDK of your(!) products and share it with customers.
This comes with dedicated CLI and ability to generate it from Swagger/OpenAPI documentation.
New Sockets release allow you to build realtime experiences and easily connect it to the core package of HyperFetch.
There is also HyperFlow - dedicated devtools to visualize data flow in your application, for the supercharged DX.
Thanks to everyone who gave feedback, tested, or pushed the limits of v6 — this one’s for you ❤️
How does the request deduplication work? Does it automatically detect and merge identical API calls, or do I need to configure it? Also, TypeScript support is great - is the type safety automatic from API responses, or do I need to define schemas? Love anything that helps with the painful parts of data management.
Hyper Fetch
@nathanschram Hey! I'm glad you liked it!
As for deduplication it works by just enabling it in the particular request options like: "deduplicate: true"
As for typesafety - you can generate it with our CLI from the Swagger/Openapi, or share the types from your backend (monorepo and TS backend) or by manually typing them.
BestPage.ai
Offline-first with caching AND request deduplication? Ngl, that’s exactly what my last project needed. Super smart stuff—huge props to the team for building this!