truetable

Yet another attempt at building a meaningful data table library for react. I've been meaning to build one for years now but have always felt like the underlying frameworks could not support things well enough. With the latest react methodologies (context/hooks), I feel like now is a good time to try.

Usage no npm install needed!

<script type="module">
  import truetable from 'https://cdn.skypack.dev/truetable';
</script>

README

React Truetable

Yet another attempt at building a meaningful data table library for react. I've been meaning to build one for years now but have always felt like the underlying frameworks could not support things well enough. With the latest react methodologies (context/hooks), I feel like now is a good time to try.

Goals

  • Latest react methodology from the start
    • hooks
    • context
  • Async promises
  • Typescript only
  • 100% tested

Inspiration