1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 10:29:48 +02:00

update docsg

This commit is contained in:
Ian Storm Taylor
2016-07-13 17:04:23 -07:00
parent 6fe8002715
commit 351c05785e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Statelessness & Immutability
All of the data in Slate is immutable, thanks to [Immutable.js](https://facebook.github.io/immutable-js/). This makes it possible to achieve a much greater level of performance, and it makes maintaining a history of changes for undo/redo much simpler.
All of the data in Slate is immutable, thanks to [Immutable.js](https://facebook.github.io/immutable-js/). This makes it much easier to reason about complex editing logic, and it makes maintaining a history of changes for undo/redo much simpler.
_To learn more, check out the [`State` model reference](../reference/models/state.md)._