-
Is this technique documented anywhere in the docs? I tried looking but couldn't find anything that mentions this specifically. What do I mean by shared component js chunks?If you have a React component called See image below For complex components this has obvious benefits on reducing the amount of js transferred and I really like it but I would like to learn a bit more about it and couldn't find any reference to it in the docs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The code-splitting is handled by |
Beta Was this translation helpful? Give feedback.
The code-splitting is handled by
esbuild
. https://esbuild.github.io/api/#splitting