Remix.run Logo
nozzlegear 2 days ago

I've been using template elements a lot recently to render products on my wife's photography blog. The product data gets loaded from a headless MedusaJS instance, plugged into a template that matches her blog's theme, and then dropped into the page. I specifically wanted to avoid reaching for something like React since the page load is already pretty heavy with the size of her images. Template's been pretty easy to use in that respect.

nine_k 2 days ago | parent [-]

Frankly, preact is 4 kB, should be peanuts comparing to any image.

nozzlegear a day ago | parent [-]

I hadn't considered Preact, I always forget about it honestly. That could be a good compromise. Cheers!