How to preload data for a component before rendering it
Is it possible to implement a setup similar to Remix's routing dependent data fetching model, but for rendering React components?
Or is that just using Suspense?
I have a data cascade that I want to eliminate, but not in a single hacky way, but more ergonomically
Or is that just using Suspense?
I have a data cascade that I want to eliminate, but not in a single hacky way, but more ergonomically