1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-24 09:13:24 +01:00
slate/docs/general/resources.md
2018-06-19 11:51:40 -07:00

1.5 KiB

Resources

A few resources that are helpful for building with Slate.

Libraries

  • is-hotkey is a simple way to check whether an onKeyDown handler should fire for a given hotkey, handling cross-platform concerns like cmd vs. ctrl keys for you automatically.
  • 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 <Link> components.

Tooling

Products

Editors