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).

  • @dukkOP
    link
    English
    11 year ago

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