1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-09 16:56:36 +02:00

update docs to get it to rebuild?

This commit is contained in:
Ian Storm Taylor
2017-10-28 14:32:45 -07:00
parent c9f1168cd7
commit 3482437e5c

View File

@@ -1,7 +1,7 @@
# Rendering # Rendering
One of the best parts of Slate is that it is built with React, so it fits right into your existing application. It doesn't re-invent its own view layer that you have to learn. It tries to keep everything as React-y as possible. One of the best parts of Slate is that it's built with React, so it fits right into your existing application. It doesn't re-invent its own view layer that you have to learn. It tries to keep everything as React-y as possible.
To that end, Slate gives you control over the rendering behavior of every node and mark in your document, any placeholders you want to render, and even the top-level editor itself. To that end, Slate gives you control over the rendering behavior of every node and mark in your document, any placeholders you want to render, and even the top-level editor itself.