You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preact/compat adds ~14% to the package size. This is useful in debug mode because react-window is powerful and necessary, but it's overkill for the landing page bundle.
I think we should switch to preact proper and possibly move src/wasm/react.jsx into src/web since it doesn't really live alone.
The text was updated successfully, but these errors were encountered:
preact/compat
adds ~14% to the package size. This is useful in debug mode becausereact-window
is powerful and necessary, but it's overkill for the landing page bundle.I think we should switch to preact proper and possibly move
src/wasm/react.jsx
intosrc/web
since it doesn't really live alone.The text was updated successfully, but these errors were encountered: