pauleveritt / fdom

Template engine based on tag strings and functional ideas.
0 stars 0 forks source link

Rust-based virtual DOM libraries #11

Open jimbaker opened 1 year ago

jimbaker commented 1 year ago

Being able to construct a virtual DOM from HTML is very useful, especially for SSR.

Some options might include:

pauleveritt commented 1 year ago

Very interesting, thanks! Once one starts thinking about VDOMs, you see other places to apply it. Markdown -> HTML VDOM (instead of HTML string) would allow interesting opportunities.