Best of ViteNovember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Modern Documentation Site with VitePress

    VitePress is a simple and performant static site generator built on top of Vite that lets you create docs in a matter of minutes. VitePress powers some popular documentation sites like Vuejs, Vitest, faker.js, and Vite itself.

  2. 2
    Article
    Avatar of asayerasayer·3y

    Top alternatives to Create-React-App

    The React team’s official launch script, Create-React-App (CRA) is the best choice for launching your React applications. There are some difficulties that developers run into while starting their project with the CRA.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Turbopack vs. Vite – Turbopack

    Vite has raised the bar for web development and shown us what is possible for the future of the Web. Turbopack can outperform Vite on several key metrics. By pre-bundling, we can save a lot of time over Vite's Native ESM system.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Generate Images using React and the Dall-E 2 API – React and OpenAI API Tutorial

    How to Generate images using React and the Dall-E 2 API - React and OpenAI API Tutorial. OpenAI just released its DALL-E API where users can generate custom images by just typing in a query. Let’s learn how you can integrate this into your React application to create your own application const openai = new OpenAIApi(configuration). Here is the whole code until now.