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

[Feature Request] Update React version #311

Closed kmcginnes closed 5 months ago

kmcginnes commented 5 months ago

Description

Graph Explorer currently uses React v17. The newest has many benefits, including suspense. Upgrading will allow us to start using some of these new features and performance improvements throughout Graph Explorer.

React v18 was released March 29, 2022. The latest stable version is v18.2.0 released June 14, 2022.

Tasks


[!TIP] Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

[!IMPORTANT] If you are interested in working on this issue or have submitted a pull request, please leave a comment.