When building components in Astro, you might not want to use Astro files
Explains why to use Svelte over Astro files for components in Astro projects, focusing on reusability and syntax.
Explains why to use Svelte over Astro files for components in Astro projects, focusing on reusability and syntax.
A response to Matthias Noback's blog post on PSR abstractions, discussing their role in PHP framework interoperability and the value of standardized interfaces.
Explores patterns for building interoperable Custom Elements that work across frameworks like React and Angular, focusing on properties as the source of truth.