DEV Community

Discussion on: Render HTML with Vanilla JavaScript and lit-html

Collapse
 
vonheikemen profile image
Heiker

Lit-html works great with a state management library like redux. I manage to create a TodoMVC app binding lit-html with a homemade redux using directives.

Collapse
 
john_papa profile image
John Papa

That's cool, thanks for sharing