Best of ViteMay 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    Why You Should Ditch Create-React-App for Vite

    Vite is a build tool similar to Webpack. It can be used for React, Preact, Svelte, Vue, Vanilla JS, and LitElements. Vite uses route-based code-splitting to figure out what parts of the code actually need to be loaded, and doesn't have to pre-bundle everything.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Full-stack DApp tutorial with Vite + React, Tailwind CSS, and Solidity

    In this tutorial, we’ll build a full-stack DApp, test it on the Ropsten testnet, and deploy it with the Alchemy Web3 development platform. We will use Vite, React, and Tailwind CSS to build the DApp frontend and Solidity to create the backend.

  3. 3
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: June 2022

    Cancellable dispatched events, deeper {@const} declarations and more. Lots of bug fixes across <svelte:element> , animations and various DOM elements. Vite 2.9.9 was released as one of the last Vite2 releases. Svelte team hard at work contributing to Vite 3 release.