Migration to v4: genetic routes
Hi 
So I've started migrating to v4 (
).
In v3 I had the
Now, looking at the updated docs I see that we need to add
Is it still possible to have the routes created automatically, instead of manually providing them?
So I've started migrating to v4 (
In v3 I had the
routerProvider which generated the routes automatically for my resources.Now, looking at the updated docs I see that we need to add
BrowserRouter with manually-defined Routes.Is it still possible to have the routes created automatically, instead of manually providing them?
