v0.11.0
What's Changed
The app starts much faster than the previous releases. The app was slow to start because Monaco Editor is big, and it takes time to download to the browser, particularly on mobile. The release doesn't download Monaco Editor until needed. The contents that don't require Monaco Editor are shown while Monaco Editor is downloaded.
It is around four to five times faster:
nextline-web | LCP | DCL | FCP |
---|---|---|---|
v0.10.5 | 1.47s | 991.37ms | 1.42s |
v0.10.3 | 5.96s | 5.38s | 5.85s |
Changes 🚀
- Use Provide / Inject for color themes by @TaiSakuma in #95
- Delay downloading Monaco Editor until needed by @TaiSakuma in #96
Full Changelog: v0.10.4...v0.11.0