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
@karelrochelt had an interesting idea that states are repeated over and over and only some states really deserve to have the comfort of a custom state in a separate file.
For example, a lot of states just send a text. We could create a TextState:
@karelrochelt had an interesting idea that states are repeated over and over and only some states really deserve to have the comfort of a custom state in a separate file.
For example, a lot of states just send a text. We could create a
TextState
:A lot of other types can be added too. How will we implement this?
The text was updated successfully, but these errors were encountered: