EkaAI-Tech / EkaAI-Tech/learn

Advanced Performance: Implement dynamic imports for heavy third-party libraries

オープン
#212 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
123
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

### Description
Currently, large mathematical or graphing libraries might be bundled synchronously into the main JavaScript chunk. This bloats the initial payload and slows down the Time to Interactive (TTI) for users who aren't even viewing the interactive charts.

### Proposed Solution
I propose migrating heavy dependencies to dynamic `import()` statements (or `React.lazy()` if applicable). This ensures that the heavy code is only fetched asynchronously over the network when the user actually navigates to a complex view.

**I would love to work on this advanced performance issue under the GSSoC '24 program! Could you please assign it to me?**

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。