How can we lazy load route data using @solidjs/router ?
When using this pattern:
Here, the
Is there a way to do that?
Here, the
User component is lazy loaded but what about the UserData ?Is there a way to do that?
