Export React view to MS Word doc

1.7k Views Asked by At

I'm starting a project where I need to do the following:

  1. On a web interface, user chooses from a list of text elements (survey questions) stored in a database.
  2. User can rearrange the order of questions using drag and drop. User can also edit survey question text in the browser.
  3. 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?

0

There are 0 best solutions below