All Projects → fuse-box → Fuse Box

fuse-box / Fuse Box

Licence: mit
A blazing fast js bundler/loader with a comprehensive API 🔥

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
Less
1899 projects

Projects that are alternatives of or similar to Fuse Box

Node Hot Loader
Hot module replacement (hot reload) for Node.js applications. Develop without server restarting.
Stars: ✭ 111 (-97.26%)
Mutual labels:  hmr, hot-reload, loader
Sass Vars Loader
Use Sass variables defined in Webpack config or in external Javascript or JSON files
Stars: ✭ 112 (-97.24%)
Mutual labels:  hmr, hot-reload, loader
Angular Hmr
🔥 Angular Hot Module Replacement for Hot Module Reloading
Stars: ✭ 490 (-87.92%)
Mutual labels:  hmr, hot-reload, loader
Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (-49.47%)
Mutual labels:  bundler, performance
Extracted Loader
It reloads extracted stylesheets extracted with ExtractTextPlugin
Stars: ✭ 67 (-98.35%)
Mutual labels:  hot-reload, loader
Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (-96.77%)
Mutual labels:  bundler, hot-reload
Neuron.js
A Full Feature CommonJS Module Manager, Dependency Graph Handler and Loader for Browsers
Stars: ✭ 66 (-98.37%)
Mutual labels:  bundler, loader
Systemjs Hmr
Hot Module Replacement for SystemJS
Stars: ✭ 24 (-99.41%)
Mutual labels:  hmr, hot-reload
Babel Plugin Functional Hmr
Babel plugin enables HMR for functional components in React Native.
Stars: ✭ 100 (-97.53%)
Mutual labels:  hmr, hot-reload
React Hot Loader Loader
A Webpack Loader that automatically inserts react-hot-loader to your App 👨‍🔬
Stars: ✭ 176 (-95.66%)
Mutual labels:  hmr, loader
Template Rwb
A full-featured Webpack setup with hot-reload
Stars: ✭ 165 (-95.93%)
Mutual labels:  hmr, hot-reload
requirex
A different kind of module loader 📦🦖
Stars: ✭ 20 (-99.51%)
Mutual labels:  bundler, loader
Workflow
一个工作流平台
Stars: ✭ 1,888 (-53.44%)
Mutual labels:  loader, workflow
systemjs-tools
(dev)tools for working with SystemJS
Stars: ✭ 41 (-98.99%)
Mutual labels:  hmr, hot-reload
minimal-hapi-react-webpack
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Stars: ✭ 55 (-98.64%)
Mutual labels:  hmr, hot-reload
Pundle
👾 peaceful bundles - js bundler, built from the ground up for speed and extensibility
Stars: ✭ 354 (-91.27%)
Mutual labels:  bundler, hot-reload
Neon
Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
Stars: ✭ 3,855 (-4.93%)
Mutual labels:  performance
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (-89.79%)
Mutual labels:  loader
Sqlindexmanager
Free GUI Tool for Index Maintenance on SQL Server and Azure
Stars: ✭ 403 (-90.06%)
Mutual labels:  performance
Taskscheduler
Cross-platform, fiber-based, multi-threaded task scheduler designed for video games.
Stars: ✭ 402 (-90.09%)
Mutual labels:  performance

A bundler that does it right

Downloads Circle ci npm version monthly downloads from npm code style: prettier
Backers on Open Collective Sponsors on Open Collective Follow FuseBox on Twitter

FuseBox on slack

FUSEBOX v4 is out!

Install:

npm install fuse-box --save-dev
import { fusebox } from 'fuse-box';
fusebox({
  target: 'browser',
  entry: 'src/index.tsx',
  webIndex: {
    template: 'src/index.html',
  },
  devServer: true,
}).runDev();

React demo

Open Collective

FuseBox contributors do this open source work in their free time. If you feel that using FuseBox increases your productivity and you'd like us to invest more time in it, please back us up.

Backers

Support us with a monthly donation and help us continue our activities. Become a backer.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. Become a sponsor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].