From 6510b7c07f73dfd0b77d6ed1fa556dd09d50293d Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Jun 2016 08:53:35 -0700 Subject: [PATCH] update readme --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index dd71f6b74..2f3621876 100644 --- a/Readme.md +++ b/Readme.md @@ -11,9 +11,10 @@ _Slate was inspired by [Draft.js](https://facebook.github.io/draft-js/) and [Pro ## Principles -- Build around a nested, recursive tree model just like the DOM, so that complex schemas are possible. -- Make plugins a first-class consideration, so that almost all the logic is customizable. -- Don't bake any opinions about data types and schema into the core library. +- Built with React and Immutable for performant stateless re-rendering and developing ease. +- Based on a nested, recursive tree model just like the DOM, so that complex components are possible. +- 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