Skip to content

Commit 31e65d4

Browse files
committed
Truncate
1 parent be3053e commit 31e65d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Persisting and restoring state in XState'
3-
description: Learn how to persist and restore your state machine state in XState
3+
description: 'Learn how to persist and restore your state machine state in XState'
44
tags:
55
[
66
state machine,
@@ -20,6 +20,8 @@ image: /blog/2023-10-02-persisting-state.png
2020

2121
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.
2222

23+
<!--truncate-->
24+
2325
:::info
2426
The code in this article applies to XState v5 beta.
2527
:::

0 commit comments

Comments
 (0)