aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
305 stars 46 forks source link

[Project] Update libraries #357

Closed kmcginnes closed 2 months ago

kmcginnes commented 2 months ago

As we get ready to dive in to database query optimization, we must first make sure all the dependencies we use are up to date. This offers the most flexible set of options to us when making changes to the way the queries work. Specifically around TanStack Query, as we are 2 major versions behind, and React, where we are missing out on Suspense.

Related Issues

Tasks