Hemo-Morphic

Static dispatch in my bloodstream

[ yew ]

Gloo + Yew for persistent webapp state

I have been tinkering with a side project for a while where the goals are pretty simple:

  1. the application's state needs to be preserved between sessions
  2. it needs to be client side only
  3. Rust I originally went with Leptos for building the web app that I wanted, and while I was getting along with working with Leptos' props and contexts, I slowly realized I didn't want to pass props around between views. As the complexity of the application grew it was getting to be more of a headache to pass around the data I wanted to work with. But I continued developing and tinkering.