DEV Community

Discussion on: I built a JS template engine 3x faster than EJS

Collapse
 
machineno15 profile image
Tanvir Shaikh

can it re-renders template on state/object change ?

Collapse
 
nebrelbug profile image
Ben Gubler

If you manually re-render it or implement a state listener (like React). That kind of functionality is more common in Virtual-DOM engines.