We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5bb15 commit 4691944Copy full SHA for 4691944
TUTORIAL.md
@@ -496,6 +496,8 @@ We've come a long way on our journey to create a custom block editor. But there
496
one major area left to touch upon - Block persistance; that is the act of having our
497
Blocks saved and **available _between_ page refreshes**.
498
499
+
500
+
501
As this is only an _experiment_ we've opted to utilise the browser's
502
`localStorage` API to handle saving Block data. In a real-world scenario however
503
you'd like choose a more reliable and robust system (eg: a database).
screenshots/block-persistance.gif
11.9 MB
0 commit comments