itsthesteve / react-aim

AOL AIM style chat in Deno because why not.
0 stars 0 forks source link

Lazy load components #9

Closed itsthesteve closed 3 months ago

itsthesteve commented 3 months ago

Currently everything's bundled and it's quite heavy. Lazy the route components for now, and later implement loading on interaction and all that fun goodness.

itsthesteve commented 3 months ago

Routes are now lazy loaded, but didn't shave much off the initial load size. Look into further optimizations.