kilocode icon indicating copy to clipboard operation
kilocode copied to clipboard

Add React Compiler integration to webview-ui & cli

Open In-line opened this issue 1 month ago • 2 comments

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.

In-line avatar Nov 25 '25 09:11 In-line

⚠️ 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

changeset-bot[bot] avatar Nov 25 '25 09:11 changeset-bot[bot]

@chrarnoldus can you please review it?

In-line avatar Nov 27 '25 10:11 In-line