All Projects → riot → hot-reload

riot / hot-reload

Licence: MIT license
Riot hot reload API

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to hot-reload

stapp
A Frontend boilerplate for High productivity
Stars: ✭ 22 (+37.5%)
Mutual labels:  hmr
Tutorials
No description or website provided.
Stars: ✭ 82 (+412.5%)
Mutual labels:  riot
fastify-webpack-hmr
Webpack hot module reloading for Fastify
Stars: ✭ 29 (+81.25%)
Mutual labels:  hmr
react-typescript
React16 + HMR + typescript + webpack + tslint + tests
Stars: ✭ 21 (+31.25%)
Mutual labels:  hmr
svelte-loader-hot
Webpack loader for svelte components with HMR support
Stars: ✭ 22 (+37.5%)
Mutual labels:  hmr
systemjs-tools
(dev)tools for working with SystemJS
Stars: ✭ 41 (+156.25%)
Mutual labels:  hmr
karma-riot
A Karma plugin. Compile and test HTML and JS in Riot tag files.
Stars: ✭ 20 (+25%)
Mutual labels:  riot
react-redux-typescript-dotnet-core-ssr-hmr
React + Redux + TypeScript + .NET Core + Server-Side Rendering (SSR) + Hot Module Replacement (HMR)
Stars: ✭ 17 (+6.25%)
Mutual labels:  hmr
craft3-webpack5-tailwind2-boilerplate
A real-world boilerplate for Craft CMS 3 projects that leverages Wepback 5, Tailwind 2, PostCSS 8, and has a hot-reload dev environment. Now with dynamic imports, asynchronous chunk loading, and legacy vs modern browser support!
Stars: ✭ 44 (+175%)
Mutual labels:  hmr
applications
Some useful RIOT applications
Stars: ✭ 39 (+143.75%)
Mutual labels:  riot
game apis
This repository is for integrating with different apis to allow you to pull player or game data
Stars: ✭ 24 (+50%)
Mutual labels:  riot
electron-react-bloatfree
A simple alternative to electron-react-boilerplate
Stars: ✭ 17 (+6.25%)
Mutual labels:  hmr
wordpress-theme-base
Theme base for WordPress, ES2017+ & PHP7+
Stars: ✭ 65 (+306.25%)
Mutual labels:  hmr
minimal-hapi-react-webpack
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Stars: ✭ 55 (+243.75%)
Mutual labels:  hmr
leagueoflegends
A command-line interface for League of Legends Esports.
Stars: ✭ 28 (+75%)
Mutual labels:  riot
angular-hmr-loader
🔥 Angular HMR Webpack Loader by @AngularClass
Stars: ✭ 32 (+100%)
Mutual labels:  hmr
valorant-api
A NodeJs wrapper for the Riot VALORANT API
Stars: ✭ 51 (+218.75%)
Mutual labels:  riot
react-ssr-starter
📚 Featuring Webpack 4, React 17-18, SSR, HMR, prefetching, universal lazy-loading, and more
Stars: ✭ 18 (+12.5%)
Mutual labels:  hmr
zero
Zero is a web server to simplify web development.
Stars: ✭ 5,835 (+36368.75%)
Mutual labels:  hmr
generator-sf
Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, jspm, webpack, browserify and Service Worker
Stars: ✭ 14 (-12.5%)
Mutual labels:  hmr

Riot hot reload api

Build Status NPM version NPM downloads MIT License

Api that will extend riot making your tags hot reloadable.

Important

If you are using Riot.js < 4.0.0 please check the v3 branch

Usage

import reload from '@riotjs/hot-reload'
import Component from './my-component'
// refresh all the DOM nodes called 'my-component' without losing their state
reload(Component)
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].