facebook/react
Pull Requests
Succeeded
#20646
Implement naive version of context selectors
Succeeded
#22296
Fix link
Succeeded
#28883
Remove warning for ref cleanup function
Succeeded
#28881
Don't minify symbols in production builds
Succeeded
#28880
Build react-reconciler for FB builds
Succeeded
#28879
Unrevert "Support writing to this.refs from userspace"
Succeeded
#28878
[Experiment] Reuse memo cache after interruption
Succeeded
#28877
Revert "Support writing to this.refs from userspace"
Succeeded
#28875
convert circleci workflow devtools_regression_tests to github actions
Succeeded
#28874
Deprecate `renderToStaticNodeStream` (#28872)
Succeeded
#28873
Remove `renderToStaticNodeStream`
Succeeded
#28872
Deprecate `renderToStaticNodeStream`
Succeeded
#28871
[Fizz] escape <script> textContent similar to bootstrapScript
Succeeded
#28870
[Fizz] escape <style> textContent as css
Succeeded
#28869
Write Diff Train import branch to this repo
Succeeded
#28868
[Fiber/Fizz] Support AsyncIterable as Children and AsyncGenerator Client Components
Succeeded
#28867
Support writing to this.refs from userspace
Succeeded
#28865
Revert "convert circleci workflow devtools_regression_tests to github actions"
Succeeded
#28864
Remove ReactFlightFB bundles
Succeeded
#28860
Add missing bundle types for ReactCacheOld
Succeeded
#28859
delete useless eslint-disable-next-line
Succeeded
#28858
[Devtools] Rename Forget badge
Succeeded
#28857
Update ReactNativeTypes for root options (part 2)
Succeeded
#28856
Complete the typo fix
Succeeded
#28855
console test utils fix: match entire string, not just first letter
Succeeded
#28854
[Flight / Flight Reply] Encode Iterator separately from Iterable
Succeeded
#28853
Warn for Child Iterator of all types but allow Generator Components
Succeeded
#28852
Test top level fragment inside lazy semantics
Succeeded
#28851
Promote ASYNC_ITERATOR symbol to React Symbols
Succeeded
#28850
Add ReactNativeTypes for root options
Succeeded
#28849
[Flight] Support (Async) Generator ServerComponent
Succeeded
#28847
[Flight] Encode ReadableStream and AsyncIterables
Succeeded
#28846
Enable flag disableClientCache
Succeeded
#28845
Ensure sizebot doesn't swallow large diffs
Succeeded
#28844
Delete AUTHORS.md
Succeeded
#28843
Bump version from 18.2 to 18.3
Succeeded
#28842
Add early return to diffProperties
Succeeded
#28841
Create Fabric-specific version of ReactNativeAttributesPayload
Succeeded
#28840
React DevTools 5.0.2 -> 5.1.0
Succeeded
#28837
Flush direct streams in Bun
Succeeded
#28836
Add on(Caught|Uncaught|Recoverable) opts to RN
Succeeded
#28835
Fix mistaken "react-server" condition
Succeeded
#28834
Revert to use console.error for onRecoverableError on RN
Succeeded
#28833
Tests for effects behavior in modern and legacy strict modes during fast refresh
Succeeded
#28832
feat[devtools-fusebox]: support theme option
Succeeded
#28831
[Devtools] Look for a ReactMemoCacheSentinel on state
Succeeded
#28830
style: remove extra space for `package.json`
Succeeded
#28829
Remove redundant props assign
Succeeded
#28828
Remove `flight-browser` fixture
Succeeded
#28827
Run Closure on non-minified prod builds, too
Succeeded
#28826
Add failing test for string ref bug
Succeeded
#28825
Fix nightly release job for real
Build Activity
Succeeded
#148887
Run selectors during propagation to bail out early
Succeeded
#148297
Run selectors during propagation to bail out early
Succeeded
#148249
Run selectors during propagation to bail out early
Succeeded
#148248
Run selectors during propagation to bail out early
Succeeded
#148222
[Experiment] Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pul...
Succeeded
#147877
[Experiment] Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pul...
Succeeded
#147876
[Experiment] Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pul...
Succeeded
#147873
[Experiment] Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pul...
Succeeded
#105533
[Experiment] Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pul...
Succeeded
#105444
Experiment: Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pull...
Succeeded
#105443
Experiment: Context Selectors For internal experimentation only. This implements `unstable_useContextSelector` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/reactjs/rfcs/pull...
Canceled
#105442
Experiment: Lazily propagate context changes When a context provider changes, we scan the tree for matching consumers and mark them as dirty so that we know they have pending work. This prevents us from bailing out if, say, an intermediate wrapper is ...
Succeeded
#100710
Remove isEqual argument The isEqual argument mostly meant as a strawman. It has some known flaws: chiefly, if the isEqual function must always be in sync with the selector function; if isEqual changes, then isEqual is not valid for that render, becaus...
Canceled
#100709
Remove isEqual argument The isEqual argument mostly meant as a strawman. It has some known flaws: chiefly, if the isEqual function must always be in sync with the selector function; if isEqual changes, then isEqual is not valid for that render, becaus...
Succeeded
#100708
Implement naive version of context selectors For internal experimentation only. This implements `unstable_useSelectedContext` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/re...
Succeeded
#99185
Implement naive version of context selectors For internal experimentation only. This implements `unstable_useSelectedContext` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/re...
Succeeded
#94741
Implement naive version of context selectors For internal experimentation only. This implements `unstable_useSelectedContext` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/re...
Succeeded
#94739
Implement naive version of context selectors For internal experimentation only. This implements `unstable_useSelectedContext` behind a feature flag. It's based on [RFC 119](https://github.com/reactjs/rfcs/pull/119) and [RFC 118](https://github.com/re...
Succeeded

facebook/react    #94741

Started • duration: 02:47
acdlite opened pull request #20646 to master
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...