Skip to content

choojs/choo-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choo-reload stability

npm version build status downloads js-standard-style

Asset reloading package for choo. Reloads CSS, refreshes the page on JS.

Usage

var reload = require('choo-reload')
var choo = require('choo')

var app = choo()
app.use(reload())
app.mount('body')

FAQ

Why not replace all state on JS?

Because you're bound to have memory leaks. Figuring out how to properly close all handlers is tricky - but perhaps we'll eventually get around to solving this (probably major version). Until then: here's the second best thing.

API

reload([url])

Create a new instance of reload. url defaults to sse.

License

MIT

About

⛽️ - Livereloading package for choo

Resources

License

Stars

Watchers

Forks

Packages

No packages published