Best of AstroMay 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Astro 2.5

    Astro 2.5 has been released with new features including data collections and references, hybrid rendering, custom client directives, HTML minification, parallelized rendering, and a polymorphic type helper.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Styling Astro Apps with Tailwind CSS

    Tailwind CSS is a popular utility-first CSS framework that greatly benefits developers when developing user interfaces. It allows developers to quickly and easily add styles to their applications without writing much CSS code. This article will teach you to take advantage of it to the fullest extent! In this guide, we'll go through how we can install and use TailwindCSS with Astro.