Aniket Yadav
Aniket Yadav

Reputation: 139

How to display/preview .doc and .txt files in the browser using react?

I want to preview my uploaded files with .doc and .txt in browser using react js.

Upvotes: 1

Views: 5805

Answers (1)

Nano Adam
Nano Adam

Reputation: 295

To view .txt files, it is very simple. Just import it and it should work.

For .doc you can use a library known as react-file-viewer.

Link: https://www.npmjs.com/package/react-file-viewer

Upvotes: 1

Related Questions