|
|
|
|
|
by have_faith
1040 days ago
|
|
It's a framework like NextJS. It focuses on static content generation first but allows you to make small parts of the page interactive (JS rendered) instead of making whole pages JS rendered in order to facilitate some interactive widget in the corner (hence the name Islands Architecture). It also has an ability to mix and match components from different frameworks on the same page/site. I think this is mostly a gimmick though, no one should be pulling in multiple frameworks for a single page or site. |
|
Astro is really, really neat, IMO and suitable for use cases that are content focused but still require encapsulated areas of interactive components.