Settings

Theme

Hotwire Spark: live reloading for Rails applications

dev.37signals.com

12 points by juliendc a year ago · 2 comments

Reader

graypegg a year ago

This appears to be using a simple file watcher based on glob patterns to detect changes [0] so I'd be curious if we can configure that list to include ViewComponent instances as well! That may be harder since it's not just a static asset, and the keys in the config do appear to be hard coded [1] so I think each asset type has some quirks around how it can be hot reloaded.

[0] https://github.com/basecamp/hotwire-spark/blob/main/lib/hotw...

[1] https://github.com/basecamp/hotwire-spark/blob/af57eeb22c642...

chris12321 a year ago

This rapid feedback seems like it will be especially useful when iterating on CSS designs

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection