View Hacker News Clone Demo Live Here:
<a href="https://www.dataformsjs.com/examples/hacker-news-react.htm" rel="nofollow">https://www.dataformsjs.com/examples/hacker-news-react.htm</a><p>Or view source code on GitHub:
<a href="https://github.com/dataformsjs/dataformsjs/blob/master/examples/hacker-news-react.htm" rel="nofollow">https://github.com/dataformsjs/dataformsjs/blob/master/examp...</a><p>This demo is browser based with Babel Standalone so give it an extra second or two on a phone.<p>This component is designed to work well with both `create-react-app` and directly in a browser.<p>Basic usage:
<JsonData
url="<a href="https://hacker-news.firebaseio.com/v0/topstories.json"" rel="nofollow">https://hacker-news.firebaseio.com/v0/topstories.json"</a>
isLoading={<ShowLoading />}
hasError={<ShowError />}
isLoaded={<ShowTopStories />} />