facebook/react
Pull Requests
Succeeded
#27400
[Fizz][Float] Refactor Resources
Succeeded
#25209
Remove some RSC subset entry points that were removed in the main entrypoint
Succeeded
#18304
ReactDOM.useEvent: wire to event system to the hook
Succeeded
#24061
Resolve SetState twice
Succeeded
#27483
refactor: :recycle: refactored code from class to functional react an…
Succeeded
#28501
Move tail hydration mismatch back to hydration context
Succeeded
#28893
[Flight Reply] Encode ReadableStream and AsyncIterables
Running
#29167
feat(compiler-healthcheck): Support strict mode check for nextjs apps
Succeeded
#29166
fix: mobile layout for compiler playground
Succeeded
#29163
Remove pointless use of `unsafe`
Succeeded
#29162
[compiler:chore] fix SSA pdf reference link
Succeeded
#29159
[Compiler playground] bold changed passes
Succeeded
#29157
compiler: Use types to decide which scopes are eligible for merging
Succeeded
#29156
compiler: Improve merging of memo scopes that invalidate together
Succeeded
#29155
compiler: fixture for suboptimal jsx sibling memo block merging
Succeeded
#29154
compiler: fix accidental propagation of function effects from StartMemoize/FinishMemoize
Succeeded
#29153
[compiler:publish] Don't check branch in debug mode
Succeeded
#29151
compiler: Improve ValidateNoRefAccessInRender to ignore access in effects
Succeeded
#29150
[compiler:publish] Bump time to reconsider to 3s
Succeeded
#29149
[compiler:publish] Prompt for OTP
Succeeded
#29148
[compiler:publish] Rename publish script
Succeeded
#29147
[compiler:publish] Don't hash node_modules
Succeeded
#29146
[compiler:publish] Rename publish script
Succeeded
#29145
[compiler:publish] Don't hash node_modules
Succeeded
#29143
compiler: workaround babel issue with html entity escaping
Succeeded
#29142
compiler: update comment on memo cache import code
Succeeded
#29141
compiler: Workaround Babel bug with unicode in jsx string attrs
Succeeded
#29140
Add issue template for React Compiler
Succeeded
#29139
Lazily freeze in case anything in the currently initializing chunk is blocked
Succeeded
#29138
forktest
Succeeded
#29133
[compiler:playground] Resizable tabs
Succeeded
#29129
[Flight] Add failing test to reproduce issue with `Object.freeze`
Succeeded
#29125
Improve grammar and parallel structure in React library documentation
Succeeded
#29124
fix(compiler-playground): avoid escape non-English character
Succeeded
#29122
[compiler:playground] Fix broken builds
Succeeded
#29121
Create generator-generic-ossf-slsa3-publish.yml
Succeeded
#29118
[compiler] Todo for for-await loops
Succeeded
#29114
Add packageManager fields for Corepack compat
Succeeded
#29112
Add babel-plugin-react-compiler deps to other packages
Succeeded
#29109
CI: Allow to run rust compiler on macos and widnows aswell
Succeeded
#29108
fix: removed redundant character escape in RegExp
Succeeded
#29105
Implement isObject function
Succeeded
#29104
fix: use `filename` instead of `context.filename` in eslint compiler
Succeeded
#29103
Add hyperlink for Good First Issues header
Succeeded
#29102
docs: fix typo DESIGN_GOALS.md
Succeeded
#29101
Resolve defaultProps of class components in JSX runtime
Succeeded
#29096
[React Compiler] Fix rule name for ESLint plugin
Succeeded
#29095
compiler: merge reactive scopes across const StoreLocal
Succeeded
#29094
Update `eslint-plugin-react-compiler` to used named rule severity
Succeeded
#29089
[compiler]: cleanup useless clone
Succeeded
#29088
Move createElement/JSX Warnings into the Renderer
Succeeded
#29087
[compiler:publish] Specify https for registry
Succeeded
#29086
chore(docs): fix typo (plugion => plugin) in DESIGN_GOALS.md
Succeeded
#29085
[Compiler][script] Dedupe error report counts before reporting in healthcheck
Succeeded
#29084
[compiler] Add readme for babel plugin
Succeeded
#29083
[compiler] Check if current branch is main
Succeeded
#29082
[compiler] Various fixes for publishing script
Build Activity
Succeeded
#421801
PrecedenceQueue -> StyleQueue
Canceled
#421798
PrecedenceQueue -> StyleQueue
Succeeded
#421322
Adds a test demonstrating preload credential transfer across prerender/resume
Succeeded
#421285
Adds a test demonstrating preload credential transfer across prerender/resume
Succeeded
#420777
Adds a test demonstrating preload credential transfer across prerender/resume
Succeeded
#420722
Models image resources as their own type to encode the "promotion" behavior when an img tag is rendered and we promote the priority
Succeeded
#420668
Adds a test to cover the case where you preload a stylesheet but then render a styletag with the href using precedence. This is probably done as a mistake (accidentally using the same href) but if you are going to inline on your own then you should als...
Succeeded
#420666
Adds a test to cover the case where you preload a stylesheet but then render a styletag with the href using precedence. This is probably done as a mistake (accidentally using the same href) but if you are going to inline on your own then you should als...
Succeeded
#420663
Adds a test case to ensure that regardless of what order prelaods and resources are created there is at most one preload per resource. This affects stylesheets, scripts, and moduleScripts only
Succeeded
#420662
Adds a test case to ensure that regardless of what order prelaods and resources are created there is at most one preload per resource. This affects stylesheets, scripts, and moduleScripts only
Succeeded
#420613
Preloads need to be stashed during a render because they may need to be put in a different flushing queue or may need to be prevented from flushing. This only applies to a few resource types however, stylesheet, images, scripts, and moduleScripts. Anot...
Canceled
#420611
Preloads need to be stashed during a render because they may need to be put in a different flushing queue or may need to be prevented from flushing. This only applies to a few resource types however, stylesheet, images, scripts, and moduleScripts. Anot...
Succeeded
#420593
Preloads need to be stashed during a render because they may need to be put in a different flushing queue or may need to be prevented from flushing. This only applies to a few resource types however, stylesheet, images, scripts, and moduleScripts. Anot...
Succeeded
#420324
renames type Precedence to PrecedenceQueue to better describe what it is. A precedence is now always the string value and the precedence queue is the thing that holds info about style tag rules and stylesheets that need to be flushed for that precedence
Canceled
#420323
Unifies the key identity of preloads and resources. Some resources do not have a loadable type and we identify these as UnknownResources. For example fonts and images are preloadable but not actually loadable so we bucket them in this unknown category ...
Succeeded
#420162
[Fizz][Float] Refactor Resources Refactors Resources to have a more compact and memory efficient struture. Resources generally are just an Array of chunks. A resource is flushed when it's chunks is length zero. A resource does not have any other state...
Succeeded
#419989
[Fizz][Float] Refactor Resources Refactors Resources to have a more compact and memory efficient struture. Resources generally are just an Array of chunks. A resource is flushed when it's chunks is length zero. A resource does not have any other state...
Succeeded
#419984
[Fizz][Float] Refactor Resources Refactors Resources to have a more compact and memory efficient struture. Resources generally are just an Array of chunks. A resource is flushed when it's chunks is length zero. A resource does not have any other state...
Succeeded

facebook/react    #420162

Started duration: 05:01
gnoff opened pull request #27400 to main
Loading Sandboxes...
Loading Packages...
Loading Install Instructions...
Finished!
Loading...