Chinedu Francis Nwafili
Chinedu Francis Nwafili
This is AMAZING and very much appreciated since a good first experience is very important. I'm sorry that it was frustrating - but I'm glad that it led to such...
Can do it around here https://github.com/chinedufn/percy/blob/master/examples/isomorphic/client/src/lib.rs#L71
@cryptoquick you might find this useful. Basically lets you write your URLs as ```rust html! { Some Relative Path Link } ``` and the route changes / page re-renders automatically....
Not necessarily planned at the moment - but definitely interested in supporting and/or making it easy to generate a static site for an application. Right now to serve an application...
At this very moment you can do SSR with Percy and not have any sort of client side code running. How / where could I make that more clear? If...
Hey sorry for the delay! Was your client compiled on stable? https://github.com/chinedufn/percy/blob/2aed65476bc4d4660c0eb2fe6c733ce96bf6aee7/README.md#stable-rust
Great! If you'd like to stay on stable you can just wrap your text in quotes! There's a plan to make this a compile time error instead of having people...
Ah thanks for pointing this out!
From a quick look at the README it looks like `Sciter` has a DOM implementation so it _should_ be. Have you tried to? If so - did you run into...
I think back when I made that link the docs.rs link didn't work (don't remember why.. IIRC it didn't support nightly and we were on nightly) Sweet will switch to...