mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-22 16:17:17 +01:00
* Revert "Temporarily revert Android commits in order to create a release of Slate focused solely on Android (#4256)" This reverts commit 4f502119841d013ea2749e91f4bd1f793dc7f98e. * Updates to android composition manager * Add user input tracking It's necessary to only track mutations that result from user input. Some mutations that happen inside block or leaf nodes can happen outside of the render loop of the Editable component.
This package contains the React-specific logic for Slate. It's separated further into a series of directories:
- Components — containing the React components for rendering Slate editors.
- Hooks — containing a few React hooks for Slate editors.
- Plugins — containing the React-specific plugins for Slate editors.
- Utils — containing a few private convenience modules.
Feel free to poke around in each of them to learn more!