svg-icons-interactive-playground
vite
Our great sponsors
svg-icons-interactive-playground | vite | |
---|---|---|
2 | 734 | |
4 | 59,898 | |
- | 2.9% | |
0.0 | 9.8 | |
over 1 year ago | 1 day ago | |
Vue | 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.
svg-icons-interactive-playground
-
Unified SVG icons with Vite, Vue 3, Quasar and Pinia
So, clone or download the repo or play directly with the code online on Stackblitz.
vite
-
React Hooks now part of Ably’s JavaScript SDK (and how to build a simple React App with Ably)
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { pluginAPI } from 'vite-plugin-api' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ react(), pluginAPI({}) ], })
-
Why use Vite when Bun is also a bundler? - Vite vs. Bun
As you may already know, under-the-hood Vite uses the main bundler Rollup (instead of using the dreaded Webpack bundler).
Vite is a fast local development server, which uses a bundler to create the bundle of JS that the client receives. It currently uses two bundlers, actually.
-
How to use Google Charts with React for dynamic data visualization
Vite is a recommended bundler for React; thus, we'll use Vite in this tutorial. You can also use other tools like Create React App (CRA) instead.
-
Consider web technologies for game development
https://vitejs.dev/ provides a quick and easy way to set up a boilerplate project with all the tooling you need.
- Vue 3: Options API vs the Composition API
-
Bun, Hono, Vite, TailwindCSS: An amazing combination has just been revealed!
Bun is great, yes!, Lately everyone is amazed and I was able to play around with it today, and I found it is pretty awesome to use it alongside with Hono, Vite and TailwindCSS.
-
Angular vs. React vs. Vue.js: Comparing performance
Vite: A build tool that provides a faster and smoother workflow for developing web applications. It supports code splitting and breaks down codebases into smaller chunks, leading to more efficient loading and execution of JavaScript. It also supports lazy loading and ensures modules are only loaded when required, which reduces initial load times and improves performance. Its bundle size is 18.2kb minified and 5.9kb gzipped
-
Implementing CI/CD pipeline with GitHub Actions, and GitHub Pages in a React app.
We will be using Vite to create the React project. Vite is a tool to quickly start a project from a basic template for popular frameworks such as React, Angular, Vue, etc
-
Create a typescript utility library using Vite
import { defineConfig } from 'vite'; import { resolve } from 'path'; // https://vitejs.dev/config/ export default defineConfig({ build: { lib: { entry: resolve(__dirname, 'src/main.ts'), formats: ['es'] } }, resolve: { alias: { src: resolve('src/') } }, });
What are some alternatives?
Next.js - The React Framework
parcel - The zero configuration build tool for the web. 📦🚀
esbuild - An extremely fast bundler for the web
swc - Rust-based platform for the Web
astro - The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ⭐️ Star to support our work!
Rollup - Next-generation ES module bundler
Laravel Mix - The power of webpack, distilled for the rest of us.
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.
SvelteKit - web development, streamlined
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]
bun - Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
nx - Smart, Fast and Extensible Build System