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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's new ?
You can now define asynchronous actions into your signals in order to perform some asynchronous task like fetching data from a server or anything else and directly update the state with the value returned.
You can now access to the updated state directly after calling an async action from a function and use it to do other tasks
Bug fixed
You can now use GX in a Strict Mode without any problem.