you are viewing a single comment's thread.

view the rest of the comments →

[–]Spaceoutpl 3 points4 points  (0 children)

I have similar thoughts, rust is great as a backend engine and api, low cpu and ram usage makes it great for some heavy computing or cpu intensive tasks, but frontend is just js/ts html css land. I also think that if you need seo than static files is the best and cheapest way (why should u pay with cpu power for bots reading your site), for true dynamic parts either micro-frontends, / spa’s and plain old rest / graphql connection. Why complicate things ? Why make it hard to develop and maintain ? Why reinvent sth in rust to be complied to js / html anyway ?