Skip to content

Instantly share code, notes, and snippets.

@dirtydanisreal
dirtydanisreal / index.html
Created January 1, 2023 00:22
React JSON Table Example
<div id="app"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.8/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.8/react-dom.js"></script>