echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
590 stars 29 forks source link

Upgrade React to v18.0.0 #254

Closed tundera closed 2 years ago

tundera commented 2 years ago

This PR upgrades React to the latest stable version (18.0.0) which is compatible with the current version of next in Bison. There are some performance benefits from upgrading to React 18, including improvements to batching updates and memory usage. The new server-side streaming and Suspense features are still considered experimental for Next.js, so this PR doesn't implement any changes that would enable these APIs.

Changes

Checklist