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

Document deku plugins #305

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

I see deku has support for plugins via .use(), but I see no docs on how to make plugins.

kvnneff commented 8 years ago

I've found a lot of explanations of ideas and architecture by searching through past issues. This thread has some good info on plugins.

rstacruz commented 8 years ago

ahh, I guess this is a dupe of #155 then.

queckezz commented 8 years ago

Not sure if it's worth investing since 2.0 is right around the corner and as far as I can see, it's all based on a central store / state container, mainly redux. So plugins for deku will essentially be redux middlewares.

See #299