Jolyn

Results 265 comments of Jolyn

The complexities here make me think it was a mistake to implement navigation cancelation at all. I resisted the feature for about a year and finally gave into it, only...

> I use mountPromise and getStatus() === "MOUNTED" as in the documentation, but they don't seem to work. Could you clarify what "doesn't work" means? Does it throw an error?...

FYI for anyone looking for a version of rxjs that works in browsers with a standard `import`, check out https://github.com/esm-bundle/rxjs. It autopublishes new versions as rxjs is published. It provides...

I created a PR that will fix this. https://github.com/zeit/schemas/pull/53

I don't represent vercel but do not think it's helpful to express anger or sarcasm over this. This is an open source project and the maintainers of it owe us...

> was your main concern around (4)? No - my main concern is about (1). As far as I can tell, the following webpack config is not currently possible to...

Ah I see now. Yes, my main concern is that webpack-chain's `entry` and `entryPoints` requires all entries to have a name. I'm looking to create the webpack config as shown...

👍 looking forward to hearing your thoughts on it

SystemJS allows you to control the download URL of microfrontends via import maps, which opens up tools like [import-map-deployer](https://github.com/single-spa/import-map-deployer) and [import-map-overrides](https://github.com/joeldenning/import-map-overrides) for CI/CD and development workflows. SystemJS also has some...