Astro: Ship Less JavaScript
21–30 of 171 posts
Re: Astro: Ship Less JavaScript
#22Wondering how this compares to Gatsby or other React-compatible static site generators...
Re: Astro: Ship Less JavaScript
#23Re: Astro: Ship Less JavaScript
#24:wave: Hey everyone, one of the Astro creators here! Happy to talk Astro or answer any questions you have about what we're building. Our README has a bunch more info that we couldn't fit into the release post: https://github.com/snowpackjs/astro
Re: Astro: Ship Less JavaScript
#25:wave: Hey everyone, one of the Astro creators here! Happy to talk Astro or answer any questions you have about what we're building. Our README has a bunch more info that we couldn't fit into the release post: https://github.com/snowpackjs/astro
How does this compare to Elder.js[1] which released a little while ago? You seem to have similar goals - mostly static site with small amounts of interactivity, minimum JS to achieve that - but Astro supports multiple frameworks, while Elder.js is restricted to Svelte. Are there any other big differences? [1]: https://elderguide.com/tech/elderjs/
Re: Astro: Ship Less JavaScript
#26I want some demos. One demo=thousand readmes.
Re: Astro: Ship Less JavaScript
#27JS dev: I'm burnt out by having to keep up with all the tools that are releasing all the time! Also JS dev: Look, I've built another tool!
If you're confused, perhaps try not lumping everybody into the homogenous “JS dev”.
Re: Astro: Ship Less JavaScript
#28:wave: Hey everyone, one of the Astro creators here! Happy to talk Astro or answer any questions you have about what we're building. Our README has a bunch more info that we couldn't fit into the release post: https://github.com/snowpackjs/astro
Hi fks. Astro looks really compelling, but I’m already addicted to NextJS and deploying on Vercel. Any chance an Astro app will be deployable on Vercel or similar services?
Re: Astro: Ship Less JavaScript
#29Earlier quoted context omitted.
Ok so it is a static site generator. Wasn't really obvious from the landing page. Doesn't almost every large front end framework have a static site generator? I think Vue for example has it built in for example. Why would anyone use this over the already existing one in their current ecosystem?
I can't speak for every frameworks' SSG tool but most of them load a full SPA on the client and have poor performance. Go pick out a random website for Gatsby's showcase page and see how much JS is loaded (spoiler: a lot). Astro focuses on partial hydration where you only load the JS for the specific components that need to run in the client. Very few tools and none of the framework SSG's that I'm aware of do this. T…
Re: Astro: Ship Less JavaScript
#30:wave: Hey everyone, one of the Astro creators here! Happy to talk Astro or answer any questions you have about what we're building. Our README has a bunch more info that we couldn't fit into the release post: https://github.com/snowpackjs/astro
Hi, looks like a great development for developers and users alike. But I am curious how you intend to make money from this. Or is this a not for profit initiative?