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
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
This is how Elm works, and I have to admit after working on an Elm project recently - it's 10x better then just returning subscriptions for the whole game state. It allows you to conditional define which subscriptions are needed at any point of runtime.
I think this is definitely possible with a few changes to how Elerea is inter-op'd with, I'm just struggling to realise what changes are required at the moment..
This is how Elm works, and I have to admit after working on an Elm project recently - it's 10x better then just returning subscriptions for the whole game state. It allows you to conditional define which subscriptions are needed at any point of runtime.
I think this is definitely possible with a few changes to how Elerea is inter-op'd with, I'm just struggling to realise what changes are required at the moment..