-
Notifications
You must be signed in to change notification settings - Fork 83
Optimize: Reduce Bundle Size Further #55
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededoptimizationImproving performance, efficiency of the appImproving performance, efficiency of the appup for grabs
Description
Using only a partial bundle of Plotly reduced the bundle size by 50%.
Right now, Plotly still occupies 75% of the bundle.
#54
Other things that we can try:
- Remove
MathJSas dependency and just write all the matrix multiplications from scratch - Remove
ReactMarkdownand just write them in html - Figure out if
react-iconsis taking up more space than it should - Check if it's a good idea to use
preactandeject
Related Links
Eject
Preact
Codesplitting
- https://reactjs.org/docs/code-splitting.html
- https://www.emgoto.com/react-bundles-and-code-splitting/
Importing only one icon from react-icon
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededoptimizationImproving performance, efficiency of the appImproving performance, efficiency of the appup for grabs