mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-17 20:51:20 +02:00
update readme
This commit is contained in:
@@ -11,9 +11,10 @@ _Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Pro
|
|||||||
|
|
||||||
## Principles
|
## Principles
|
||||||
|
|
||||||
- Build around a nested, recursive tree model just like the DOM, so that complex schemas are possible.
|
- Built with React and Immutable for performant stateless re-rendering and developing ease.
|
||||||
- Make plugins a first-class consideration, so that almost all the logic is customizable.
|
- Based on a nested, recursive tree model just like the DOM, so that complex components are possible.
|
||||||
- Don't bake any opinions about data types and schema into the core library.
|
- Made with plugins as a first-class consideration, so that almost all the logic is customizable.
|
||||||
|
- Doesn't bake any opinions about the schema being edited into the core library.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user