Mac to Programmer [email protected] • 1 year agoYesprogramming.devimagemessage-square83fedilinkarrow-up1783arrow-down129
arrow-up1754arrow-down1imageYesprogramming.devMac to Programmer [email protected] • 1 year agomessage-square83fedilink
minus-square@[email protected]linkfedilink28•edit-21 year agoThere are a lot of solutions like that in rust. You basically compile the template into your code.
minus-squarevoxellinkfedilink8•edit-21 year agoyeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets
minus-square@[email protected]linkfedilink7•1 year agoThey are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner. Have a look at dioxus
minus-square@[email protected]linkfedilink2•edit-21 year agoCompiling all assets into the binary is trivial in rust. Should you do it?
There are a lot of solutions like that in rust. You basically compile the template into your code.
yeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets
They are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner.
Have a look at dioxus
Compiling all assets into the binary is trivial in rust. Should you do it?