gavinvaske / the_recipe_book

0 stars 0 forks source link

Add Table Component from `@tanstack/react-table` and add Typescript support #306

Closed gavinvaske closed 5 months ago

gavinvaske commented 5 months ago

Description

This PR does a couple things (should be multiple PRs but eh, I was cruising)

  1. Utilizes the library @tanstack/react-table to create several sharable table components
  2. Converts most .js files to .tsx files (i.e. "enable typescript support")
  3. Implements React Router instead of express routing for UI pages