1. Install the Quill SDK
2. Create a new endpoint
InstantiateQuill with your credentials and add the below POST endpoint.
3. Connect the frontend
You connect Quill to React with theQuillProvider 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.
App.js

