A quick-start project that shows how to review word documents with comments in the Syncfusion® React DOCX Editor (Document Editor). This project contains code to insert and delete comments, navigate to the next and previous comments, and protect the document in comments-only mode.
Refer to the following comments documentation for the Syncfusion® React DOCX Editor component: https://ej2.syncfusion.com/react/documentation/document-editor/comments/
Check out this online example of comments in the Syncfusion® React DOCX Editor component: https://ej2.syncfusion.com/react/demos/#/bootstrap5/document-editor/comments
Watch the following video to get started with the React DOCX Editor component: https://www.youtube.com/watch?v=tgJgvbnxdBA
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the review-word-documents-with-comments repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the npm start command.