• @[email protected]
    link
    fedilink
    28
    edit-2
    1 year ago

    There are a lot of solutions like that in rust. You basically compile the template into your code.

    • voxel
      link
      fedilink
      8
      edit-2
      1 year ago

      yeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets

      • @[email protected]
        link
        fedilink
        71 year ago

        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