Live_iy | vite | |
---|---|---|
1 | 881 | |
2 | 70,498 | |
- | 1.3% | |
6.1 | 9.9 | |
4 months ago | 1 day ago | |
JavaScript | TypeScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Live_iy
-
Live_iy (Bring your static portraits to life)
View on GitHub
vite
-
Creating a Browser Extension in 2025
Vite is a build tool that has risen in usage in the past years. It accepts plugins in the config to modify its behaviour and there exists one for creating a browser extensions, Vite Plugin Web Extension.
-
Vite is suddenly not working due to CORS error? 🧐 (DDEV)
This is because a security issue was reported to Vite: Any websites were able to send any requests to the development server and read the response
-
Creating a web video application
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ base: './', plugins: [react()], })
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
-
A Quick Intro to React.js
Tools like Vite should be used to build React components and JSX into a javascript bundle that can be executed in the browser.
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Start a new TypeScript project called ‘wasm-on-web’ with Vite (or your framework of choice, if any)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Astro Next.js Remix Vite Tanstack Start
-
17 Tips from a Senior React Developer
A simple React, Vite, and react-router setup can go a long way.
- Advanced React SSR Techniques with Streaming and Dynamic Data
What are some alternatives?
Sass - Sass makes CSS fun!
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
react - A declarative, efficient, and flexible JavaScript library for building user interfaces.
gulp - A toolkit to automate & enhance your workflow
Next.js - The React Framework
parcel - The zero configuration build tool for the web. 📦🚀
grunt - Grunt: The JavaScript Task Runner
tsup - The simplest and fastest way to bundle your TypeScript libraries.
Refine - A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
turborepo - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]
esbuild - An extremely fast bundler for the web