Raynos / mercury

A truly modular frontend framework
http://raynos.github.io/mercury/
MIT License
2.82k stars 143 forks source link

Fixes broken server-side example from #79 #207

Closed ghost closed 8 years ago

ghost commented 8 years ago

It also removes the unneeded vdom-to-html dependency

matthewp commented 8 years ago

I would rather preserve the old behavior. Having to call hg.Delegator and app(update) is not so convenient. I'm going to submit an alternative PR.

ghost commented 8 years ago

@matthewp That's fine, however you would also need to update vdom-to-html to the latest version as the current version doesn't support the updated virtual-dom dependency if you're planning to fix the example as well.

matthewp commented 8 years ago

@nlocnila I've updated my PR. Thanks!