cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

PageRoutingHelper: Can this be lazy loaded and accessed via ICofoundryHelper

Open HeyJoel opened this issue 6 years ago • 0 comments

We need to check the design of IPageRoutableViewModel and PageRoutingHelper. This is instantiated in the page route with the full directory of pages, but I think lazy loading this on-demand would be a better strategy.

This could perhaps be incorporated in the ICofoundryHelper in a similar was to the user state.

Issue #266 includes some background info on why this data is useful. It's also useful for building sitemaps and breadcrumbs.

HeyJoel avatar Nov 01 '18 09:11 HeyJoel