I'm starting a project where I need to do the following:
- On a web interface, user chooses from a list of text elements (survey questions) stored in a database.
- User can rearrange the order of questions using drag and drop. User can also edit survey question text in the browser.
- User exports the survey to a Word document.
I'm building this app with the React on Rails framework.
But I'm looking for libraries where I can easily export a react view to a Word document. The only one I think might work is redocx, but this library doesn't seem very robust. Any other ideas or libraries for converting React components to Word docs?