Astro: @astrojs/react@3.0.0-beta.1 Release

Release date:
August 11, 2023
Previous version:
@astrojs/react@3.0.0-beta.0 (released August 3, 2023)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/react@3.0.0-beta.1

Could not determine top contributors for this release.

Directory Browser for @astrojs/react@3.0.0-beta.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Major Changes

  • #7924 519a1c4e8 Thanks @matthewp! - Support for React Refresh

    The React integration now fully supports React Refresh and is backed by @vitejs/plugin-react.

    Also included in this change are new include and exclude config options. Use these if you want to use React alongside another JSX framework; include specifies files to be compiled for React and exclude does the opposite.