percy icon indicating copy to clipboard operation
percy copied to clipboard

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.

Results 44 percy issues
Sort by recently updated
recently updated
newest added

Looking over the example: ```rust ``` I think that requiring curly braces, similar to how React does: ```rust class={MY_COMPONENT_CSS} ``` ...Would be a bit more readable for the developer, and...

Is something like Nuxt's "universal" setting planned to be supported? Where a frontend app's all routes are rendered and saved to html files for faster loads?

Hey! Really awesome project. I'm implementing an isomorphic app (using warp) and I have an issue with sub-routes. Every route at the base level `/foo` and `/bar` works fine but...

* There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server. *...

good first issue

I'm playing with Percy, and it's pretty cool, really a good feeling. But i'm not satisfied by the way I update my views. In the isomorphic example you use a...

I was wondering if Percy is looking into integration and/or contribution to alternative templating libraries (such as maud).

Hi! I'd like to trigger a change to state (in this case, to hide an element) when a page is visited. To do so I put a `.msg()` in an...

Investigate memory usage a bit by clicking between the contributors page and home page in the demo. Make the `DOMUpdater` free closures that are no longer being used ![image](https://user-images.githubusercontent.com/2099811/58762453-26530980-851e-11e9-867c-148b5f99ea94.png)

Great project! ## Background I'm attempting to use parts of Percy (namely virtual-dom-rs) in a user interface that is driven using FRP signals (similar, but a bit different from https://cycle.js.org/...