The properties of this interface constitute user input. As such, it must be possible to reconstruct the application
state as defined by this interface after navigating back or forth, after a browser restart, or even on a new machine.
The state contains S.js data signals. These signals allow declarative programming:
Any S.js computation based on a data signal will get updated whenever the data signal is updated.
User-provided state of the application.
The properties of this interface constitute user input. As such, it must be possible to reconstruct the application state as defined by this interface after navigating back or forth, after a browser restart, or even on a new machine.
The state contains S.js data signals. These signals allow declarative programming: Any S.js computation based on a data signal will get updated whenever the data signal is updated.