Best of ViteFebruary 2025

  1. 1
    Video
    Avatar of jherrJack Herrington·1y

    Is Bun The End Of Vite?

    Bun offers a compelling alternative to Vite by supporting features like serving static assets, integrating with Tailwind, and running HTML files directly. It can even run a server with API endpoints. The post explores setting up Bun, creating an HTML file, serving CSS, integrating React, and configuring Tailwind. Additionally, it demonstrates creating a server and fetching API data using modern React 19 features such as useSuspense.

  2. 2
    Article
    Avatar of css_tricksCSS-Tricks·1y

    Compiling CSS With Vite and Lightning CSS

    This post discusses how to use Vite and Lightning CSS for compiling and post-processing CSS. It covers the essentials of setting up a Vite project, organizing CSS into cascade layers, and leveraging Lightning CSS for cross-browser compatibility. Instructions on installing and configuring these tools are provided, emphasizing their efficiency and benefits for more complex projects.

  3. 3
    Article
    Avatar of socketdevSocket·1y

    Create React App Officially Deprecated Amid React 19 Compati...

    Create React App (CRA) is being officially deprecated due to breaking changes introduced with React 19 and over two years of unmaintained dependencies. The React team advises developers to migrate to modern tools like Vite, Next.js, or other alternatives. Warnings will be added to the CRA CLI, README, and docs to inform users of its deprecated status. Although not yet removed from npm, CRA’s visibility will be lowered to prevent new users from using it.