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
317 stars 47 forks source link

Convert connector & explorer code to simple TypeScript functions instead of React hooks and callbacks #335

Closed kmcginnes closed 4 months ago

kmcginnes commented 5 months ago

Enablement

This change enables the addition of caching and retry logic.

Tasks

Related Issues