DEV Community

Discussion on: Intro to Yew, a Rust Frontend Framework

Collapse
 
kayis profile image
K

Any pointers to how to use the yew-function? :)

Collapse
 
lukechu10 profile image
Luke Chu

It's still not published on crates.io (I think it's for yew 0.19 but don't quote me on that). For now, just use a git dependency. This thread: github.com/yewstack/yew/issues/1026 has some pointers for getting started. :)