petterik / lajter

MIT License
3 stars 0 forks source link

Dynamic routes #44

Open petterik opened 6 years ago

petterik commented 6 years ago

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"?