A quick-start project that shows how to review Word documents with tracked changes in the Syncfusion® React Word Processor component. This project contains code to enable the track changes feature, accept or reject changes, filter changes by user, and use revision-only protection.
Refer to the following track changes documentation for the Syncfusion® React Word Processor component: https://ej2.syncfusion.com/react/documentation/document-editor/track-changes/
Check out this online example of tracked changes in the Syncfusion® React Word Processor component: https://ej2.syncfusion.com/react/demos/#/bootstrap5/document-editor/track-changes
Watch the following video to get started with the React Word Processor 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-track-changes 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.