StatTag / StatWrap

StatWrap
https://sites.northwestern.edu/statwrap/
MIT License
1 stars 10 forks source link

Refactor : Update React and Associated Dependencies to the latest version #203

Open Abhijay007 opened 5 months ago

Abhijay007 commented 5 months ago

Issue Description:

We need to update React from version 17 to version 18. However, it comes with some significant breaking changes. Additionally, we need to address associated dependencies like:

Also, we might no longer need "@hot-loader/react-dom" as React now has fast-refresh built-in. Similarly, with React DOM, we might not need the router dependencies.

It's crucial to upgrade React to version 18, especially considering that version 19 is soon to be launched, which might also come with significant changes. It could be more difficult for us to upgrade from version 17 to version 19 directly. Therefore, it's better to upgrade to version 18 first.

Action Items: