chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Make Percy preview refresh on code change #177

Closed chinedufn closed 2 years ago

chinedufn commented 2 years ago

This commit makes it so that the Percy Preview App refreshes whenever the crate that is being previewed changes.

This helps your components live reload as you work.

We're quickly throwing some code together to feel out the experience.