Jolyn

Results 264 comments of Jolyn

I see - content jumping is a good point. I'm happy to discuss further what an API for this would look like. Perhaps another option added to the `sendLayoutHTTPResponse()` function.

I agree that redirects should take into account the base url, although it will need to be a breaking change of single-spa-layout since there are likely those relying on the...

This isn't currently supported, but I'll share a workaround. I'm open to support being added, although am unsure what the best API would be for it. ### Workaround ```js {...

It sounds like you're trying to nest AngularJS apps within AngularJS apps? This is something I've never attempted with single-spa-angularjs or just AngularJS in general, so I don't know the...

I think the following would work for you, can you confirm? ```html ```

Interesting idea, I was not familiar with ``. I think this could be good to add. I don't think that this would need to be part of single-spa-layout, but could...

> Would we want to support someone passing in their router link and we render children? Interesting idea. I currently really like and prefer how single-spa applications use the framework's...

Using requestIdleCallback would be cool - I’m sure we could feature check it and use something else for old browsers

@EvanBurbidge would you be interested in adding the `preloadApplication` API to single-spa? I think something like this could be a decent start: ```js export function preloadApplication(name) { return new Promise((resolve,...

Making it part of the API means we must commit to backwards compatibility - are we confident that we'd want to support passing in a millisecond delay even if the...