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

you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago* (1 child)

Try askama, it also has a crate to integrate actix-web called askama_actix. It's jinja like template engine

  • source
  • hideshow 2 child comments