mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 03:02:08 +03:00
fdab2233ac
This PR adds React Compiler to the dashboard Read more about the compiler: https://github.com/reactwg/react-compiler/discussions/5 - This PR expects that these PRs are merged: - #11380 - #11382 ## Reasoning On our codebase adding React compiler led to significant perf improvements across the whole app. But the most impact was on the AssetsTable (see video attachment). Adding React compiler reduced the rerender scope of the AssetsTable from the whole table to the certain elements that changed, and made the table much more usable. Without compiler (page freezed): https://github.com/user-attachments/assets/16505b40-123b-4153-9c22-880f5dfa211c Compiler solves the issue: https://github.com/user-attachments/assets/6a298876-f28d-4b3d-8247-50b0c7ecb7f8 This PR requires thorough testing of the dashboard for potential bugs introduced by the compiler |
||
---|---|---|
.. | ||
.vscode | ||
docs | ||
e2e | ||
project-manager-shim-middleware | ||
public | ||
scripts | ||
src | ||
templates | ||
.gitignore | ||
.prettierrc.json | ||
env.d.ts | ||
index.html | ||
lib0-ext.d.ts | ||
LICENSE | ||
package.json | ||
playwright.config.ts | ||
shortcuts.md | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.app.vitest.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
tsconfig.scripts.json | ||
vite.config.ts | ||
vite.test.config.ts | ||
vitest.config.ts |