I scraped some Wikipedia pages and want to show them in my private web page. My private webpage written in reactJS, so I wonder if there is a lib/method to load and show wiki text/wiki markup in reactJS.
Asked
Active
Viewed 298 times
1
-
Have you tried using the wikipedia API? – kotAPI Jul 28 '17 at 03:51
-
I just glimpse the wikipedia API, maybe it's not what I need. I already got one entity's attribute and value, but the value is in the format of wikitext. how to show them friendly in my web page is my concern. – wei he Jul 28 '17 at 07:27