1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 13:18:29 +01:00
slate/docs/general/resources.md
Eric Edem f60100bd93 Update products to include Cake (#2207)
Now that Cake is coming out of invite only mode, figured it was a good time to add it. :)
2018-09-25 13:29:15 -07:00

2.1 KiB

Resources

A few resources that are helpful for building with Slate.

Libraries

These libraries are helpful when developing with Slate:

  • 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.

Tools

These tools are helpful when developing with Slate:

Products

These products are built with Slate, and can give you an idea of what's possible:

Editors

These pre-packaged editors are built on top of Slate, and can be helpful to see how you might structure your code: