#Library recommendation for a webapp
7 messages · Page 1 of 1 (latest)
I'd need the user of the webapp to tick some boxes, fill some forms. And I would need to display things a bit differently depending on those.
fully rust: yew + axum
replace axum with smth like rocket if you want
seed is a nice yew alternative.
Thanks I'll take a look at it.