This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Performance: Lazy load markdown.ts
#39604
Open
Description
Description
Goal: Reduce code required to be downloaded before every page can be shown.
Reason:
- Large dependency that is used in a lot of core places
- It might be that we don't actually need this dependency at all anymore (markdown might be handled entirely on the backend now).
- Streamlined main bundle, faster rendering on every page.
A/C
- Lazy loaded this dependency!