I try to import a .txt file to show the text in a text box.
My code:
import React, { Component } from \'react\'; import \'./LoadMyFile.css\'; import
I converted the text to base64 and then decoded it.
const base64textfile ="Asdfsdfsf"; export default base64textfile ; import { base64decode } from "nodejs-base64"; var decodedText = base64decode(base64textfile);