bide icon indicating copy to clipboard operation
bide copied to clipboard

Support for hot reload

Open beders opened this issue 6 years ago • 0 comments

First of all: Bide just works! It's great. Thank you!

I'm using shadow-cljs and that means frequent reloads of code. However, I have to stuck any bide setup code in init (i.e. it only runs once), since it seems there's no stop! method and setting up another router leads to multiple registration of navigation events (i.e. after 4 re-loads any click on a route is done 4 times).

Would be great to have a stop! function to cleanup or a way to dynamically add routes.

beders avatar May 28 '19 06:05 beders