sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 11 forks source link

Upgrade to React 18 #298

Closed canjalal closed 1 year ago

canjalal commented 1 year ago

Should affect client workspace in Node.js only.

Updates react and react-dom

src/index.js change from ReactDOM.render to ReactDOM.createRoot

canjalal commented 1 year ago

React 18 has some new features as listed here: https://blog.appsignal.com/2022/04/13/whats-new-in-react-18.html

These can be considered as part of a React 18 upgrade however the changes made in the pull request would be enough for a migration.