-
Notifications
You must be signed in to change notification settings - Fork 48.4k
Insights: facebook/react
Overview
Could not load contribution data
Please try again later
44 Pull requests merged by 14 people
-
Root import types from react-native in ReactNativeTypes
#33063 merged
May 8, 2025 -
React DevTools 6.1.1 -> 6.1.2
#33142 merged
May 8, 2025 -
Add dispatchEvent to fragment instances
#32813 merged
May 7, 2025 -
feat(compiler): implement constant folding for unary minus
#33140 merged
May 7, 2025 -
[Flight] Clarify that location field is a FunctionLocation not a CallSite
#33141 merged
May 7, 2025 -
Allow fragment refs to attempt focus/focusLast on nested host children
#33058 merged
May 7, 2025 -
[Flight] Encode enclosing line/column numbers and use it to align the fake function
#33136 merged
May 7, 2025 -
[Flight] Parse Stack Trace from Structured CallSite if available
#33135 merged
May 7, 2025 -
[DevTools] Use Popover API for TraceUpdates highlighting
#32614 merged
May 7, 2025 -
Add compareDocumentPosition to fragment instances
#32722 merged
May 6, 2025 -
[mcp] Add proper web-vitals metric collection
#33109 merged
May 6, 2025 -
Remove useId semantics from View Transition name generation
#33094 merged
May 6, 2025 -
[Fiber] Replay events between commits
#33130 merged
May 6, 2025 -
[Fiber] Replay onChange Events if input/textarea/select has changed before hydration
#33129 merged
May 6, 2025 -
Add test for multiple form submissions
#33059 merged
May 5, 2025 -
Ship enableFabricCompleteRootInCommitPhase
#33064 merged
May 5, 2025 -
[Flight] Prevent serialized size leaking across requests
#33121 merged
May 5, 2025 -
[compiler][repro] Nested fbt test fixture
#32779 merged
May 5, 2025 -
[compiler][bugfix] Bail out when a memo block declares hoisted fns
#32765 merged
May 5, 2025 -
[Flight] Don't increase serializedSize for every recursive pass
#33123 merged
May 5, 2025 -
[eslint-plugin-react-hooks] update doc url for rules of hooks
#33118 merged
May 5, 2025 -
[Flight] Use valid CSS selectors in
useId
format#33099 merged
May 4, 2025 -
[compiler] Validate against mutable functions being frozen
#33079 merged
May 3, 2025 -
[compiler] Fix for uncalled functions that are known-mutable
#33078 merged
May 3, 2025 -
[compiler] Add types for WeakMap, WeakSet, and reanimated shared values
#33077 merged
May 3, 2025 -
[compiler] ValidatePreservedManualMemoization reports detailed errors
#33095 merged
May 3, 2025 -
[compiler] Fix for string attribute values with emoji
#33096 merged
May 3, 2025 -
[eslint-plugin-react-hooks] move eslint plugin once again
#33110 merged
May 2, 2025 -
[mcp] Prompt improvements for smarter tool composition
#33108 merged
May 2, 2025 -
[eslint-plugin-react-hooks] another CI update...
#33107 merged
May 2, 2025 -
[mcp] Fix unresolved imports
#33105 merged
May 2, 2025 -
Add missing copyright header
#33106 merged
May 2, 2025 -
[eslint-plugin-react-hooks] update fbsource build
#33104 merged
May 2, 2025 -
[eslint-plugin-react-hooks] updates for component syntax
#33089 merged
May 2, 2025 -
[mcp] Refactor
#33085 merged
May 2, 2025 -
[mcp] Update prompts
#33084 merged
May 2, 2025 -
[mcp] Move to /tools
#33083 merged
May 2, 2025 -
[mcp] Update plugins
#33082 merged
May 2, 2025 -
[mcp] Fix package.json
#33101 merged
May 2, 2025 -
[Fizz] Always load the external runtime if one is provided
#33091 merged
May 1, 2025 -
[Fizz] Add "Queued" Status to SSR:ed Suspense Boundaries
#33087 merged
May 1, 2025 -
[Fizz] Batch Suspense Boundary Reveal with Throttle
#33076 merged
May 1, 2025 -
[Fizz] Don't handle errors in completeBoundary instruction
#33073 merged
May 1, 2025 -
[Fizz] Share code between inline and external runtime
#33066 merged
May 1, 2025
23 Pull requests opened by 12 people
-
RFC: Server Context for React Server Components
#33088 opened
May 1, 2025 -
Add component names to ViewTransition autoName in DEV
#33092 opened
May 1, 2025 -
New children notify fragment instances in Fabric
#33093 opened
May 1, 2025 -
[compiler] Preserve TSNonNullExpressions
#33097 opened
May 2, 2025 -
[compiler] Add try/catch to safely read files during healthcheck
#33098 opened
May 2, 2025 -
[Flight] land `enableHalt` flag
#33111 opened
May 2, 2025 -
[compiler] Repro for false positive ValidateNoFreezingKnownMutableFunctions
#33113 opened
May 3, 2025 -
[compiler] Correctly infer context mutation places as outer (context) places
#33114 opened
May 3, 2025 -
chore: Fix comment typos in ReactContext.js
#33119 opened
May 5, 2025 -
fix: `nonce` for `ReactDOM.preloadModule`
#33120 opened
May 5, 2025 -
changed the babel.config-ts.js
#33122 opened
May 5, 2025 -
[eslint-plugin-react-hooks] allow for underscore prefixed component names
#33131 opened
May 6, 2025 -
feat(compiler): Implement constant propagation for template literals
#33139 opened
May 7, 2025 -
[DevTools] Get source location from structured callsites in prepareStackTrace
#33143 opened
May 7, 2025 -
[compiler][be] repro edge cases for noEmit and module opt-outs
#33144 opened
May 7, 2025 -
[compiler][be] Move test pragma to separate file
#33145 opened
May 7, 2025 -
[compiler][playground][tests] Standardize more pragmas
#33146 opened
May 7, 2025 -
[compiler][be] Make program traversal more readable
#33147 opened
May 7, 2025 -
[compiler][entrypoint] Fix edgecases for noEmit and opt-outs
#33148 opened
May 7, 2025 -
[compiler][gating] Experimental directive based gating
#33149 opened
May 7, 2025 -
Add plumbing for onDefaultTransitionIndicator
#33150 opened
May 7, 2025 -
[compiler][wip] Infer alias effects for function expressions
#33151 opened
May 8, 2025 -
feat: add react-server-dom-vite
#33152 opened
May 8, 2025
4 Issues closed by 1 person
-
`useCallback()` & `useMemo()` automatically with a Babel Plug-in
#14658 closed
May 6, 2025 -
Bug:
#33124 closed
May 6, 2025 -
Bug:
#33116 closed
May 4, 2025 -
Bug:
#33115 closed
May 4, 2025
7 Issues opened by 7 people
-
Bug: React error #421 isn't reported anymore
#33153 opened
May 8, 2025 -
[Compiler Bug]: function outlining changes runtime semantics inside expressions
#33138 opened
May 7, 2025 -
Feature Request: Simplify createReconciler
#33137 opened
May 7, 2025 -
Bug: What the issues
#33132 opened
May 6, 2025 -
Bug: Can't import react-devtools-core in NodeJS environment
#33103 opened
May 2, 2025 -
Bug: Maximum update depth exceeded appears in frequent onDrop scenarios
#33090 opened
May 1, 2025
32 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.
-
improve performance of style tags that use precedence
#32957 commented on
May 8, 2025 • 4 new comments -
Skip setting innerHTML when HTML string has not changed
#32773 commented on
May 7, 2025 • 1 new comment -
[compiler] Improved OTP validation message and prompt handling
#33081 commented on
May 2, 2025 • 0 new comments -
Update Bug Reporting to Use GitHub Issue Forms
#33053 commented on
May 6, 2025 • 0 new comments -
Enable `fixtures/view-transition` deploy to Vercel
#32994 commented on
May 6, 2025 • 0 new comments -
Add scrollIntoView to fragment instances
#32814 commented on
May 2, 2025 • 0 new comments -
[DevTools] Use Popover API for component inspect overlays
#32703 commented on
May 7, 2025 • 0 new comments -
Allow `nonce` to be used on hoistable styles
#32461 commented on
May 7, 2025 • 0 new comments -
[compiler] Migrate PruneNonEscapingScopes to HIR
#31882 commented on
May 5, 2025 • 0 new comments -
[React 19] Suspense throttling behavior (`FALLBACK_THROTTLE_MS`) kicks in too often
#31819 commented on
May 8, 2025 • 0 new comments -
"Should not already be working" in Firefox after a breakpoint/alert
#17355 commented on
May 8, 2025 • 0 new comments -
createPortal: support option to stop propagation of events in React tree
#11387 commented on
May 8, 2025 • 0 new comments -
[DevTools Bug]: cannot double click anymore on component name to filter the tree view (in Components tab) (since v6.1.1)
#32659 commented on
May 8, 2025 • 0 new comments -
[React 19] Need suggestion on upgrade.
#30859 commented on
May 8, 2025 • 0 new comments -
[React 19] prop-types removal alternative / console component trace
#28992 commented on
May 8, 2025 • 0 new comments -
New JSX runtime advice for package authors?
#20491 commented on
May 7, 2025 • 0 new comments -
Bug: React 19 cannot run apps in both dev & production mode simultaneously
#32030 commented on
May 7, 2025 • 0 new comments -
eslint-plugin-react-hooks should report errors inside unnamed functions
#14404 commented on
May 7, 2025 • 0 new comments -
Bug: MessageChannel in Scheduler prevents Jest test from exiting
#26608 commented on
May 6, 2025 • 0 new comments -
Hooks + multiple instances of React
#13991 commented on
May 6, 2025 • 0 new comments -
Bug: [React 19] When both "dangerouslySetInnerHTML={{ __html: '' }}" and "suppressHydrationWarning" are used together, the hydration process is not canceled as anticipated.
#32975 commented on
May 6, 2025 • 0 new comments -
[DevTools Bug] Cannot add node "909" because a node with that id is already in the Store.
#32852 commented on
May 5, 2025 • 0 new comments -
Bug: `use` function doesn't warn about uncached promise when promise doesn't resolve immediately
#31790 commented on
May 5, 2025 • 0 new comments -
[Compiler Bug]: Unicode characters handled incorrectly
#32915 commented on
May 2, 2025 • 0 new comments -
Bug: `StrictMode` reruns effects when a child is moved in an array
#32561 commented on
May 2, 2025 • 0 new comments -
[React 19] Incorrect infered response type in server actions with React 19
#31786 commented on
May 2, 2025 • 0 new comments -
[Compiler Bug]: non-null assertion on objects produces non working js
#33054 commented on
May 2, 2025 • 0 new comments -
[Compiler Bug]: Property 'tsSatisfiesExpression' does not exist on type...
#32947 commented on
May 2, 2025 • 0 new comments -
[Compiler]: unnecessary memoization of non-primitive arguments in native React hooks
#33031 commented on
May 2, 2025 • 0 new comments -
[DevTools Bug]: Extension not loading for local files in Electron since 4.27.5
#27749 commented on
May 2, 2025 • 0 new comments -
Bug: React Dev Tools does not have a Google Chrome Store Established Publisher badge
#32743 commented on
May 1, 2025 • 0 new comments -
[React 19] allow opting out of automatic form reset when Form Actions are used
#29034 commented on
May 1, 2025 • 0 new comments