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 May 2, 2026. It is now read-only.
Mikhail edited this page Jan 10, 2021
·
2 revisions
Creating filling forms without using state-machines
Creating filling forms, for example, to set user first and last names, age, could be implemented without using any state-machines, only by using Sessions.
Example of the code, which requests full name, and age: