Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Script Function provides different ways of state management. Two popular options are by interacting with the Store store and State state API.

Use state during execution for high performance in-memory storage and use store when the data should be persisted.

...