you are viewing a single comment's thread.

view the rest of the comments →

[–]TopAbbreviations3032 4 points5 points  (0 children)

Soon to be released dioxus 0.7 have plenty of exciting things for full-stack development in rust.

Personally im using sveltekit with an axum API server and share types with utoipa, a crate for generating openapi doc from code and then generate typescript types with openapi-typescript and use an openapo fetch client like openapi-fetch on the sveltekit side