Get up and running with Quill on your own server in 10 minutes
Quill
with your credentials and add the below POST
endpoint.
QuillProvider
component. Similar to React’s Context.Provider
, QuillProvider
wraps your React app and places Quill Client on the context, enabling you to access it from anywhere in your component tree.
In App.js, let’s wrap our React app with an QuillProvider
. We suggest putting the QuillProvider
somewhere high in your app, above any component that might need to access Quill data.
QuillProvider
API docs for more
information.