tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.

Home Page:https://j2html.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing HTML at run time

genericjohndoe opened this issue · comments

Would you recommend I'd use this library in an application that allows users to create HTML documents and automatically re-renders them as changes are made?

commented

I would normally recommend something like vue.js for that. Can you elaborate on the use case and your constraints?

I am working on an android application where users can create content like the blog post seen on sites like blogger. In order to generate the type of look that I want for the posts HTML has to be generated dynamically as the user types and adds in media (images, videos, and gifs).

commented

If you have all the user input as a Java structure, then using j2html for this should be okay.