|
|
|
|
|
by HenrikJoreteg
2645 days ago
|
|
Hey, author of the post here... reframe does seem very similar conceptually (I wasn't aware of it, thanks for the link). Another interesting parallel between the two is that I implement a "loop" mechanism as well. Essentially, if no actions are fired for a while, and APP_IDLE action is dispatched which just updates "appTime" in redux store. As a result any selectors that depend on time as an input will recompute. This allows for actions to be fired over time based on age of the data, etc. Elm and others are very cool. I just think a pure JS solution is nice, since that's what the browser runs. |
|