Would I be required to define a Convex service and load data from the service? Then in the on load for example, refresh the data?
If that's the case, it's somewhat complicated from a package maintainer's perspective as I would require package users to configure a service and duplicate their queries and loading logic, once for the service and once for my package.
---
Ideally it would be best to have access to something at a different layer of abstraction with more control as a package maintainer. Even pure code would do. Like, an action with does a fetch request but the fetch is done during SSR rendering.