Astro 1.0 – a web framework for building fast, content-focused websites
1–10 of 256 posts
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#2Re: Astro 1.0 – a web framework for building fast, content-focused websites
#3Re: Astro 1.0 – a web framework for building fast, content-focused websites
#4inevitable question that always can use answering - what can you share about Astro's company business plan/business model at this time?
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#5The ability to totally not send any JS at all apart from what you manually add such as framework specific components is really something.
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#6Re: Astro 1.0 – a web framework for building fast, content-focused websites
#7Quoted post unavailable.
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#8Could you please explain the tradeoffs vs tools like Hugo and Docusaurus?
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#9I've used Astro my company's landing page for the past year or so [0]. We write blog posts in Notion and port them right to the site and the experience has been fantastic. There are a few understanding quirks with regard to using React etc within Astro (it's SSR'd unless you add the "client" attribute, and counter-intuitively the Component Lifecycle doesn't run the same). For client landing pages, we'll use Astro too…
Re: Astro 1.0 – a web framework for building fast, content-focused websites
#10I acknowledge that this might be a PEBKAC situation, but I'd love to hear thoughts from people who used Next.js, Remix, or whatever and found Astro to be a revelation.
It seems like Astro's creators believe "content-focused" is a differentiator, but I find that confusing since content-focused sites are a popular use case for web frameworks that are also suitable for more complex apps.