You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pub before a sub it won't fire the event. When average developers build a complex event system with many nested components and fetching of data: it gets complex.
One way to simplify is to have pub work before a sub.
The example code I gave in the other code solves this issue. ( https://github.com/intuition-dev/mbToolBelt/blob/master/eventFlux/EventFlux.ts )
So a feature request: pub should work before a sub.
If you pub before a sub it won't fire the event. When average developers build a complex event system with many nested components and fetching of data: it gets complex.
One way to simplify is to have pub work before a sub.
The example code I gave in the other code solves this issue. ( https://github.com/intuition-dev/mbToolBelt/blob/master/eventFlux/EventFlux.ts )
So a feature request: pub should work before a sub.
Example, only world2 works, world1 does not.
The text was updated successfully, but these errors were encountered: