I’m running a server-side-rendered web server using Actix Web. Any suggestions for a client? All I really need is something fast and that I can use without breaking my neck (don’t need any fancy VDOM, trying to ship minimal JS).

  • ShittyKopper [they/them]@lemmy.w.on-t.work
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Perhaps “recompilation” wasn’t the right word to use there.

    My goal is to let people customize the templates that will end up building the pages, either from the app itself or through a companion panel app of sorts. This excludes anything that compiles down to native code, so it must be something interpreted at runtime.

    • dukk@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Maybe just store the template in a file, read it, and format with the strfmt library?