From a7764d874f786684785a748e1c57ad384f76bc7f Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sun, 15 Oct 2017 15:29:30 -0700 Subject: [PATCH] add react-broadcast to the docs --- docs/general/resources.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/general/resources.md b/docs/general/resources.md index cfb84502f..e0b186659 100644 --- a/docs/general/resources.md +++ b/docs/general/resources.md @@ -4,6 +4,11 @@ A few resources that are helpful for building with Slate. +## Libraries + +- [`react-broadcast`] works well when you need to have your custom node components re-render based on state that lives outside the `document`. It's the same pattern that `react-router` uses to update `` components. + + ## Tooling - [Immutable.js Console Extension](https://github.com/mattzeunert/immutable-object-formatter-extension) — this greatly improves the `console.log` output when working with [Immutable.js](https://facebook.github.io/immutable-js/) objects, which Slate's data model is based on.