Islands Architecture allows for rendering interactive components while keeping the rest of the website as static HTML. The challenge in Islands Architecture is sharing state between interactive components. Options include lifting state up, using custom event handlers, or using a shared store.
Table of contents
Building an Interactive TutorialLifting State UpCustom EventsSharing State with StoresDecoupling with EventsWrapping Up2 Comments
Sort: