英文:
Is there a way to do frontend web development with rust?
问题
我已经使用NestJS创建了一个NodeJS后端API,主要原因是为了轻松设置GraphQL,但当我了解到RUST时,我想尝试使用它,但我已经构建了后端,所以我在思考是否值得花时间和精力从Rust创建前端?
英文:
I've created a nodeJS backend api using nestjs mainly reason to easily setup graphQL, but when I learned about RUST I want to try using it but I already built the backend, so I'm thinking is it worth the time and effort to create a frontend from rust?
答案1
得分: 1
我认为 Rust 有一个名为 Yew 的前端框架 https://yew.rs/。
英文:
I think that there is a frontend framework for Rust called Yew https://yew.rs/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论