jimsparkman / RiotControl

Event Controller / Dispatcher For RiotJS, Inspired By Flux
http://jimsparkman.github.io/RiotControl/routing_demo/
MIT License
598 stars 48 forks source link

Multiples instances of the same tag #26

Closed aRandomKiwi closed 8 years ago

aRandomKiwi commented 9 years ago

Hi, RiotControl dont support multiples instances of the same tag handled by one store, did you find a workaround ?

re1ro commented 8 years ago

@Mariick you have to come up with unique namespaces for your events. Like action:tagName for all similar tags or action:tagName:tagInstanceID for specific instance of a tag.

aRandomKiwi commented 8 years ago

Thank you @rma4ok , @jimsparkman already answer me in another thread on RiotJS's github (https://github.com/riot/riot/issues/1312#issuecomment-156885632) , i just forget to close this one.