DEV Community

Discussion on: Lit Element Simple Starter Kit with Vitejs+TypeScript

Collapse
 
seanmclem profile image
Seanmclem

How well does it handle re-renders if you use many nested children?

Collapse
 
herberthobregon profile image
Herberth Obregón

Basically with this configuration it reloads the page completely and starts from 0. but I have seen that it is possible to configure it so that it reloads only the module that it has modified but I still have to investigate this. I recently moved to Vite because webapck was too slow for a large project with more than 300 modules