zooniverse / alice

A front end tool allowing reviewing and editing of Zooniverse transcription data.
Apache License 2.0
3 stars 1 forks source link

Upgrade to React 18 #869

Open goplayoutside3 opened 3 months ago

goplayoutside3 commented 3 months ago

ALICE is using React 16, but the latest version is React 18. Upgrading will involve:

eatyourgreens commented 1 month ago

Change import React from 'react’ which could be refactored to import the hooks individually

There's a codemod for this, which I've used previously to remove the React global from packages in the Zooniverse front-end monorepo.