Code is loaded async and there may need to be new routes and new components (that aren't loaded yet) that has to be added to a components routing map on demand.
With sulo, we added a new root to the reconciler whenever a new module was loaded. Same approach here? Or something less "dramatic"?
Use case:
Code is loaded async and there may need to be new routes and new components (that aren't loaded yet) that has to be added to a components routing map on demand.
With sulo, we added a new root to the reconciler whenever a new module was loaded. Same approach here? Or something less "dramatic"?