Before #93 it was possible to supply a list of effects to run at initialization. Is it possible to restore this functionality? Now it is no longer possible to fetch a list of things on page load to display for example and you must instead trigger a message to the update function that can run the effect.
The rationale seems to be to make Flame more like the Elm architecture but even Elm allows effects to be ran at initialization.
Before #93 it was possible to supply a list of effects to run at initialization. Is it possible to restore this functionality? Now it is no longer possible to fetch a list of things on page load to display for example and you must instead trigger a message to the
updatefunction that can run the effect.The rationale seems to be to make Flame more like the Elm architecture but even Elm allows effects to be ran at initialization.