Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Creating filling forms without using state machines

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:

//Soon

Clone this wiki locally