Ben
Ben
Here's a use case for a project I'm working on: I have a header bar that contains the title of the page. The settings page requires a Save button to...
Yeah I'm a fan of the `{% block %}` tag as well. It's a specialised tag, so it should stand out syntactically. Reserving a HTML tag name feels a bit...
Why don't you just empty out the node before rendering? ``` js while (node.firstChild) node.removeChild(node.firstChild); Monkberry.render(App, node); ```
That looks fine to me 👍
I think a dedicated `monkberry-redux` project would be pretty helpful, which I'm sure @elfet is working on. But I'm inclined to agree with @elfet – Monkberry should be kept pure...