Best of ViteJanuary 2025

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    Building a CRUD app with Shadcn UI and Refine

    Learn how to integrate Shadcn UI components with a Refine app using Vite and TypeScript. This post walks you through setting up TailwindCSS, configuring TypeScript and Vite, and generating Shadcn components such as tables, buttons, and pagination for a seamless UI experience.

  2. 2
    Video
    Avatar of denoDeno·1y

    Build a Full Stack App in 3 Minutes

    Deno 2 offers full compatibility with Node.js and NPM, enhancing developer experience and performance. This guide illustrates building a web app using the SolidJS library paired with Deno. Backend setup involves using Hono installed via JSR, creating endpoints, and setting up the frontend with Vite. The app features a dinosaur catalog with dynamic routing, ensuring type safety and efficient state management.

  3. 3
    Article
    Avatar of laraveldevLaravel Dev·1y

    First React.js "Hello World" with Laravel & Vite

    Learn how to integrate React.js with Laravel using Vite. This guide walks through setting up a new Laravel project, creating a React component, and configuring Vite for React. By the end, you'll know how to replace static HTML with dynamic React components in a Laravel application.