Skip to content
Discussion options

You must be logged in to vote

I think here the answer is, "just try it", in the sense that:

  • if you have a large app where you've been manually memoizing to make the app usable, it is should be OK to have slower build times, so that a wider user base can enjoy a usable app
  • in general, having at least the React Compiler linter on is recommended
  • Personally, I'd have it on every time

Are there any functional or performance benefits when using it?

Yes, it has been shown to do memoization devs would not land manually.

You can also just enable their linter, https://react.dev/blog/2025/10/07/react-compiler-1#migrating-from-eslint-plugin-react-compiler-to-eslint-plugin-react-hooks, to get a sense of your app's code quality

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@abhishekmardiya
Comment options

Answer selected by abhishekmardiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants