Skip to content

Instantly share code, notes, and snippets.

View AyoubEd-zz's full-sized avatar
⛩️
Mudblood and proud

AyoubED AyoubEd-zz

⛩️
Mudblood and proud
View GitHub Profile
@longsangstan
longsangstan / react-text-file-reader.js
Created April 27, 2017 03:30
A React component to read text file.
import React from "react";
/*
Read a text file and out put the content.
Example Usage:
var myTxt = require("./myTxt.txt");
...