Skip to content

Commit be3053e

Browse files
committed
Add tags
1 parent c85e900 commit be3053e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

blog/2023-10-02-persisting-state/index.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
---
22
title: 'Persisting and restoring state in XState'
33
description: Learn how to persist and restore your state machine state in XState
4-
tags: []
4+
tags:
5+
[
6+
state machine,
7+
statechart,
8+
state,
9+
persist,
10+
restore,
11+
business logic,
12+
workflow,
13+
xstate,
14+
]
515
authors: [david]
616
date: 2023-10-02
717
slug: 2023-10-02-persisting-state
818
image: /blog/2023-10-02-persisting-state.png
919
---
1020

11-
State machines are great for modeling state in applications. However, we often need to persist and restore state across sessions - for example, when a user closes and reopens their browser. In this article, we'll explore how to persist and restore state in XState so your frontend applications or backend workflows can pick up where they left off.
21+
State machines are great for modeling state in applications. However, we often need to persist and restore state across sessions - for example, when a user closes and reopens their browser. In this article, we'll explore how to persist and restore state in XState so your frontend applications or backend workflows can pick up where it left off.
1222

1323
:::info
1424
The code in this article applies to XState v5 beta.

0 commit comments

Comments
 (0)