-
Notifications
You must be signed in to change notification settings - Fork 46.7k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
20 Pull requests merged by 6 people
-
[compiler] Fix busted postinstall script
#31147 merged
Oct 8, 2024 -
[rcr] Publish react-compiler-runtime to npm
#31146 merged
Oct 7, 2024 -
[rcr] Remove runtimeModule compiler option
#31145 merged
Oct 7, 2024 -
[rcr] Update default runtimeModule to react-compiler-runtime
#31144 merged
Oct 7, 2024 -
[rcr] Add target flag to compiler
#31143 merged
Oct 7, 2024 -
[snap] Add react-compiler-runtime as a dependency
#31142 merged
Oct 7, 2024 -
[snap] Remove unnecessary React.c override
#31141 merged
Oct 7, 2024 -
[rcr] Reexport React.__COMPILER_RUNTIME.c or fallback to polyfill
#31140 merged
Oct 7, 2024 -
[rcr] Re-export useMemoCache in top level React namespace
#31139 merged
Oct 7, 2024 -
[compiler][ez] Fix reanimated custom type defs for imports
#31137 merged
Oct 7, 2024 -
[rcr][ez] Clean up unused $read from rcr
#31136 merged
Oct 7, 2024 -
[compiler][hir] Only hoist always-accessed PropertyLoads from function decls
#31066 merged
Oct 3, 2024 -
[compiler][hir-rewrite] Check mutability of base identifier when hoisting
#31032 merged
Oct 3, 2024 -
[compiler] Optional chaining for dependencies (HIR rewrite)
#31037 merged
Oct 2, 2024 -
Define
HostInstancetype for React Native#31101 merged
Oct 2, 2024 -
[Flight] Allow aborting encodeReply
#31106 merged
Oct 1, 2024 -
Disable infinite render loop detection
#31088 merged
Oct 1, 2024 -
chore[react-devtools]: drop legacy context tests
#31059 merged
Oct 1, 2024 -
chore[react-devtools]: add legacy mode error message to the ignore list for tests
#31060 merged
Oct 1, 2024 -
fix[react-devtools]: request hook initialization inside http server response
#31102 merged
Oct 1, 2024
8 Pull requests opened by 5 people
-
[compiler][e2e] Add rule of react violation fixture
#31114 opened
Oct 3, 2024 -
fix[react-devtools]: update profiling status before receiving response from backend
#31117 opened
Oct 3, 2024 -
refactor[react-devtools/fiber/renderer]: optimize durations resolution
#31118 opened
Oct 4, 2024 -
fix[eslint-plugin-react-hooks]: Scope can be null
#31119 opened
Oct 4, 2024 -
fix[react-devtools]: removed redundant startProfiling call
#31131 opened
Oct 7, 2024 -
refactor[react-devtools]: flatten reload and profile config
#31132 opened
Oct 7, 2024 -
[compiler] Allow known React modules to be extended
#31138 opened
Oct 7, 2024 -
[compiler] Scaffold fixture library
#31148 opened
Oct 7, 2024
6 Issues closed by 4 people
-
[DevTools Bug]: stuck at loading react element tree
#31135 closed
Oct 7, 2024 -
Bug: useEffect is triggered even if the array as dependency variable wasn't changed.
#30141 closed
Oct 7, 2024 -
Bug: Re-rendering nested components breaks event listeners on parent
#27618 closed
Oct 5, 2024 -
[Help Wanted] How can I become a member of reactjs?
#31095 closed
Oct 4, 2024 -
[DevTools Bug]: Script tag connection method not working in 6.0.0
#31100 closed
Oct 1, 2024
12 Issues opened by 12 people
-
[Compiler Bug]: babel-plugin-react-compiler@0.0.0-experimental-7779988-20241007
#31150 opened
Oct 8, 2024 -
Bug: Suspense Update Yields Too Willingly in Concurrent Mode
#31149 opened
Oct 8, 2024 -
Bug: React 18 emit null chars in `renderToPipeableStream`
#31134 opened
Oct 7, 2024 -
[DevTools Bug]: Profiler fail at createing profile for large pages
#31133 opened
Oct 7, 2024 -
[Compiler Bug]: Performance - `useEffect` without dependencies should be left alone
#31130 opened
Oct 6, 2024 -
BugThis extension show the issue when i was using in the react page
#31129 opened
Oct 6, 2024 -
Bug: circular import between shared/ReactSharedInternals.js and react/src/React.js
#31126 opened
Oct 5, 2024 -
Bug: Performance Degradation in Concurrent Mode with Suspense and Nested Lazy Components
#31122 opened
Oct 5, 2024 -
[DevTools Bug] Cannot destructure property 'duration' of 'e[g]' as it is undefined.
#31121 opened
Oct 5, 2024 -
React 19 Beta: Component Suspense Not Fallbacking as Expected
#31120 opened
Oct 5, 2024 -
Bug: re-rendering order of onBlur and onClick inconsistent between desktop and mobile browsers
#31115 opened
Oct 3, 2024 -
Bug: DevTools 6.0.0 element inspector not working with React Native 0.75
#31112 opened
Oct 2, 2024
25 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
JSX Outlining
#30956 commented on
Oct 7, 2024 • 2 new comments -
[compiler] Test fixture: non-reactive phi creates 'dangling ref' scope
#31103 commented on
Oct 3, 2024 • 0 new comments -
Consider Text node in the root hydration
#31097 commented on
Oct 8, 2024 • 0 new comments -
[cleanup] remove flag enableAddPropertiesFastPath
#31062 commented on
Oct 7, 2024 • 0 new comments -
Fix:- fixed HMR issue
#30660 commented on
Oct 3, 2024 • 0 new comments -
Doc changes as per the new react updates
#27626 commented on
Oct 8, 2024 • 0 new comments -
Add support for SyntheticKeyboardEvent `isComposing`
#26254 commented on
Oct 8, 2024 • 0 new comments -
use-sync-external-store: Add `exports` field to `package.json`
#25231 commented on
Oct 8, 2024 • 0 new comments -
Inability to prioritise hydration & react yields too willingly
#31099 commented on
Oct 8, 2024 • 0 new comments -
[React 19] allow opting out of automatic form reset when Form Actions are used
#29034 commented on
Oct 8, 2024 • 0 new comments -
[DevTools Bug] Children cannot be added or removed during a reorder operation.
#28777 commented on
Oct 8, 2024 • 0 new comments -
Bug: `useInsertionEffect()` doesn't fire before `useLayoutEffect()`
#26320 commented on
Oct 8, 2024 • 0 new comments -
DOM attribute stringification fixes
#19587 commented on
Oct 8, 2024 • 0 new comments -
Autofocus Text puts cursor at end instead of beginning
#14125 commented on
Oct 8, 2024 • 0 new comments -
[React 19]useEffect cleaned the wrong state in StrictMode
#31098 commented on
Oct 8, 2024 • 0 new comments -
[DevTools Bug]: "Message length exceeded maximum allowed length" when profiling a complex application
#25415 commented on
Oct 7, 2024 • 0 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
Oct 5, 2024 • 0 new comments -
Bug: hydration mismatch in top component does not cause client-render fallback
#25038 commented on
Oct 4, 2024 • 0 new comments -
Bug: Object.keys inside the Shallow Equal can be improved
#30687 commented on
Oct 3, 2024 • 0 new comments -
Symbol Tagging for dangerouslySetInnerHTML to Help Prevent XSS
#10506 commented on
Oct 3, 2024 • 0 new comments -
Bug: element.current.scrollIntoView() not working as expected in chrome.
#23396 commented on
Oct 3, 2024 • 0 new comments -
[React 19] revive `react-test-renderer`
#30551 commented on
Oct 3, 2024 • 0 new comments -
Bug: `useId()` not working inside `<Suspense>`
#24669 commented on
Oct 2, 2024 • 0 new comments -
Bug: Hydration mismatch error due to plugins generating script tag on top
#24430 commented on
Oct 2, 2024 • 0 new comments -
head > meta > content escaping issue
#13838 commented on
Oct 1, 2024 • 0 new comments