React 18 was released on March 29, 2022. There are several new features (including some breaking changes) including:
We should follow the official How to Upgrade to React 18 guide for upgrading to React 18. Additionally, reZach/secure-electron-template project already uses React 18 in a similar fashion to Synectic so we can leverage them as an example.
React 18 was released on March 29, 2022. There are several new features (including some breaking changes) including:
useId,useTransition,useDeferredValue,useSyncExternalStore, anduseInsertionEffect).We should follow the official How to Upgrade to React 18 guide for upgrading to React 18. Additionally, reZach/secure-electron-template project already uses React 18 in a similar fashion to Synectic so we can leverage them as an example.