RiotControl icon indicating copy to clipboard operation
RiotControl copied to clipboard

Event Controller / Dispatcher For RiotJS, Inspired By Flux

Results 10 RiotControl issues
Sort by recently updated
recently updated
newest added

Looks like not much work on this recently. I'm just curious of this is still an active project or not.

Hi, RiotControl works with riot js version 4? It is different from third version. And what is the advantage to use RiotControl and not only riot-observable? Thanks Luca

Hi, I'm on riot 2.4.1 and riotcontrol 0.0.3. I'm using webpack to transpile es7. I'm running into problems with event handlers being fired multiple times after a single event trigger....

Hi there, it seems that when unmounting a tag in Riot (and after the unmount event has been triggered by Riot), RiotControl still executes event handlers for stores events within...

Can we start a Gotchas readme? **RiotControl .on and .off need to match in your riotjs tags.** Don't forget to unregister your RiotControl event handlers if you are registering them...

I've rewritten the underlying foundation to remove the dependency on riotjs observable, and it's honestly more generic pub/sub and hopefully a bit easier to understand. I'm hesitant to push this...

question

Hi there I built a quick riot app. In app.js you can see my simple riot control definition. When I add var, I cannot access it inside other tags/ components....

according to here: http://riotjs.com/api/route/#riot-route-start > Riot doesn’t start its router automatically. DON’T FORGET TO START IT BY YOURSELF. This also means that you can choose your favorite router. (Note: before...

I'd like suggest an little improvement around RiotControl. I've created a simple application using ES6 syntax, and my store is simple ES6 class, that looks like: ``` javascript import riot...

I picked a [UMD code snippet](https://github.com/umdjs/umd) No need to shim RiotControl in requirejs anymore What do you think about it? ``` js (function (root, factory) { if (typeof define ===...