Closed yoshuawuyts closed 7 years ago
choo.routes — display which routes are registered, will especially useful in the context of async route loading (coming up).
choo.routes
Implementing should be straight forward; get the wayfarer/walk-paths module, and iterate over the values in app.router (third argument for stores).
wayfarer/walk-paths
app.router
If someone wants to pick this up; go for it! :sparkles:
choo.routes
— display which routes are registered, will especially useful in the context of async route loading (coming up).Implementing should be straight forward; get the
wayfarer/walk-paths
module, and iterate over the values inapp.router
(third argument for stores).If someone wants to pick this up; go for it! :sparkles: