tech/webdev magazine

November 3, 2024

Simplifying Islands Architecture – Preact

Sunday, November 03, 2024 Teklinks

This guide is a simple walkthrough to understand how island architechture works and being able to setup your own using tools you already have around you. For a lot of devs who've worked with server rendering for a while, we kinda expected frontend tech to take a turn towards server rendering at some point in time since data fetching and processing is almost always faster on the server where you are closer to the data.

Full article