openedx / frontend-app-discussions

A React-based micro frontend for the Open edX discussion forums.
GNU Affero General Public License v3.0
6 stars 62 forks source link

Upgrade React JS to v17 #545

Closed abdullahwaheed closed 1 year ago

abdullahwaheed commented 1 year ago

This repo is currently using React JS v16. We need to upgrade it to React 17 before moving to latest React version(v18). React 17 doesn’t add any new developer-facing features, so its upgrade might not cause any breaking changes. Our end goal is to upgrade React to v18 but v18 no longer support enzyme, so we are upgrading to React 17 and then we’ll migrate from enzyme.

Epic Link

React 17 upgrade