Mac@programming.dev to Programmer Humor@programming.dev · 3 years agoYesprogramming.devimagemessage-square14linkfedilinkarrow-up113arrow-down11
arrow-up112arrow-down1imageYesprogramming.devMac@programming.dev to Programmer Humor@programming.dev · 3 years agomessage-square14linkfedilink
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up1·3 years agoyeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets
minus-squaresebsch@discuss.tchncs.delinkfedilinkarrow-up1·3 years 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
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