Add React Compiler integration to webview-ui & cli
React Compiler is a build-time optimizing compiler that automatically handles memoization in React applications, eliminating the need for manual useMemo/useCallback usage. It uses static analysis to understand React rules and component dependencies, providing significant performance improvements and cleaner code.
This noticeably improves UI responsiveness for me.
⚠️ No Changeset found
Latest commit: 2b8b159d6f79a556de13e08c1c3ace5d92dc3572
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@chrarnoldus can you please review it?