Skip to content

Add React compiler for optimization#49

Merged
brdv merged 1 commit into
mainfrom
chore/react-compiler
Mar 29, 2026
Merged

Add React compiler for optimization#49
brdv merged 1 commit into
mainfrom
chore/react-compiler

Conversation

@MathijsR94
Copy link
Copy Markdown
Collaborator

Summary

This adds the React compiler for optimization in rendering and memoization.

QA:

  • Open the app on ghcd.io and add a user (without an organisation)
  • Open Chrome DevTools → Elements panel
  • Observe the #user-input and #org-input elements flashing purple continuously as the fetch completes. This indicates repeated DOM writes even though values haven't changed
  • Now check the same on this branch
  • Expect no updates anymore

See https://react.dev/learn/react-compiler for more information

@MathijsR94 MathijsR94 requested a review from brdv March 28, 2026 11:05
@MathijsR94 MathijsR94 added the misc Miscellaneous improvements label Mar 28, 2026
@brdv brdv force-pushed the chore/react-compiler branch from 88cf04a to 5f3e67b Compare March 29, 2026 14:48
@brdv brdv merged commit 883f375 into main Mar 29, 2026
1 check passed
@brdv brdv deleted the chore/react-compiler branch March 29, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

misc Miscellaneous improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants