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
Consumers of Reka will likely store the State data structure in a database of some kind. However, we should anticipate that any existing State structure may become invalid in the following events :-
The schema of the State type changes in a future release
External globals/components that consumers of Reka expose to their end-users may become deprecated or renamed; thus any existing references to those externals in the State will become undefined.
Hence, we should consider approaches in handling migrations to prevent existing State to become invalid or unusable.
The text was updated successfully, but these errors were encountered:
Consumers of Reka will likely store the
State
data structure in a database of some kind. However, we should anticipate that any existingState
structure may become invalid in the following events :-State
type changes in a future releaseState
will become undefined.Hence, we should consider approaches in handling migrations to prevent existing State to become invalid or unusable.
The text was updated successfully, but these errors were encountered: