🎲 Another one about build setups Part - II
reaper.is·6h
Flag this post

Hey, reaper back for Part II. So far we did UI composition, SSR, bundling, hydration, and a non-functional server and client router. Let’s try to map things so they are a little more functional

TOC

Routing

Client Sided Routing

You can actually skip this section for your setup as this is mostly needed to avoid downloading too much javascript on every page load.

I’ll try to explain that statement. When we bundle, we end up combining everything into one single JS file (No shit sherlock!). To rephrase, every page component you write is now being …

Similar Posts

Loading similar posts...