- in case you missed it, the first react compiler beta dropped among other things is official support for React 17+ so you can try it even with an old React (and yes, version 17 is four years old, which is about seventy five in the javascript years)
Oct 23, 2024 06:31
- Just to confirm, we're encouraged to use the new linter in production today? Even though it's a beta and eslint-plugin-react (& the hooks one) is stable?
- yes, you can use the compiler linter today — but keep your existing linter rules active. the old rules are less sophisticated but provide a solid baseline in case the compiler linter has some bugs or regressions.