Performance
Keeping the renderer quick is a big priority. It may be run in many different situation with varying network & CPU capability.
For this reason, the renderer should pull as little dependency as possible to keep the size low
And it should also do the minimum required to keep the CPU/GPU requirement low
Lazy loading components is critical and splitting the render & remote bundle is highly recommended
Last updated