Want to use the excellent rich text editor Slate in a Rails app? Beware – since you'll be integrating React with your Rails app, it'll turn out pretty complicated and you'll have to do things (e.g. start server, managing dependencies, etc.) a bit differently than before. Let's start.
react_on_rails
is pretty much the best option for integrating React into Rails. Install it like so:
- Add this to your gemfile: