Comment by sureglymop
1 day ago
I used it just with web components and pure html/js. Honestly don't even have a need for any framework with it, it's a great ssg like that already.
1 day ago
I used it just with web components and pure html/js. Honestly don't even have a need for any framework with it, it's a great ssg like that already.
Interesting. Do you just build web components instead of React/etc, and add the client:load and Astro gives you the static (fast) initial page load, and lazy loading of web components?