How to use Trix Editor with React Hooks

I needed to add the Trix Editor to my React application and couldn’t find a simple solution. Since having an actual <input /> node in the DOM isn’t required, I opted to have the value bound directly the editor’s built in input node. Usage The Editor Component

Continue Reading