@riotjs/hot-reload

Riot Hot Reload Api

Usage no npm install needed!

<script type="module">
  import riotjsHotReload from 'https://cdn.skypack.dev/@riotjs/hot-reload';
</script>

README

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)