anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

Thanks #342

Closed Yomguithereal closed 8 years ago

Yomguithereal commented 8 years ago

v2 seems really awesome. Thanks for it :smile:! Can I help in some way?

anthonyshort commented 8 years ago

Thanks! I'm mostly trying to fix bugs that people are finding now, and I need to add some really simple examples. I wanted to do the simple Elm multiple counter example with hot reloading. Hot reloading should just work with Deku and not need any crazy transformers like React.

So however you want to help out would be great! :)

rstacruz commented 8 years ago

may i suggest cloning the repo and adding some test cases?

Yomguithereal commented 8 years ago

Added an example of HMR in #353.

Yomguithereal commented 8 years ago

Just added a simple repo displaying a setup for deku/redux HMR here.

Yomguithereal commented 8 years ago

If you like it I can link it to the docs in #353.

Yomguithereal commented 8 years ago

I added an example of HMR on the use cases of the kotatsu tool also.

anthonyshort commented 8 years ago

Woah that tool is awesome. Hadn't seen it before. Definitely going to use it.