webpack / react-starter

[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
2.21k stars 320 forks source link

items-store outdated? #65

Closed Frikki closed 9 years ago

Frikki commented 9 years ago

I noticed that the items-store used is v0.4.2, whereas the current is v0.6.1 that doesn’t have the StateFromStoresMixin but has replaced it with a createContainer wrapper method.

Currently, the application uses the mixin, but to my knowledge, this is considered bad practice. Are there any plans on changing this? What if I’d like to transition away from the mixin myself, how is that possible?

sokra commented 9 years ago

Check the latest version of react-starter which uses ES6 classes and no mixins.

Frikki commented 9 years ago

Great! I must have missed that update. It works painlessly, and the architecture is becoming much clearer.