Skip to content

A small example application using Rust, WASM, and Yew meant as a reference and scaffold for other projects

License

Notifications You must be signed in to change notification settings

zachcoleman/yew-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yew-example

A small example application using Rust, WASM, and Yew meant as a reference and scaffold for other projects.

This application just makes a grid of clickable squares that can then be reset. The code has an example of 2 levels of hierarchy:

App -> Grid -> Cell

Trying to adhere to best practices: the information from parent to child components flow "down" through props and, callbacks send messages "up" from children to parent components.

73C8EFC1-02E1-469D-902F-34CD94DCF414.mov

About

A small example application using Rust, WASM, and Yew meant as a reference and scaffold for other projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published