react icon indicating copy to clipboard operation
react copied to clipboard

The library for web and native user interfaces.

Results 827 react issues
Sort by recently updated
recently updated
newest added

## Summary I tested the React Compiler by starting with the Vite React TS Template, updating to React 19 and adding the compiler plugin as described in the docs. With...

Component: Optimizing Compiler

## Summary Fixes #29020 ## How did you test this change? Testing gives output for the test file: ``` PASS packages/shared/__tests__/isObject-test.internal.js ```

## Summary Use `filename` instead of `context.filename` in eslint compiler. The problem is that in `react-native` + `typescript` project the context may not have `filename`: And eslint will crash with:...

CLA Signed

## Summary The "Good First Issues" header in the README was missing a hyperlink where the other similar headlines had one. ## How did you test this change? N/A

CLA Signed

/cc @poteto ## Summary Seems like the README of the package was outdated. ## How did you test this change? Tried this configuration in a project of mine.

CLA Signed

## Summary Fixes typo DESIGN_GOALS.md in react compiler docs ## How did you test this change? it's document fix, so no tests needed.

CLA Signed

## Summary Currently, if `react/compiler-runtime` is imported under "react-server" and `c()` (a.k.a`useMemoCache`) is called, it'll crash with `"Cannot read properties of undefined (reading 'H')"`. Instead, we'd likely want it to...

CLA Signed

## Summary add a check for `reactStrictMode: true` in `next.config.js` to check for strict mode.

CLA Signed

## Summary I think it would make much more sense if `react-compiler-healthcheck` actually displayed more info about the compiled components. This would help a lot with refactors. I think showing...

Component: Optimizing Compiler
React 19