mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 13:13:08 +00:00
Fix all GitHub issues and PRs query params (#11066)
This commit is contained in:
committed by
Dan Abramov
parent
e506e9c66b
commit
bddc8a33bf
@@ -379,7 +379,7 @@ It is important to understand that the stack reconciler always processes the com
|
||||
|
||||
The "fiber" reconciler is a new effort aiming to resolve the problems inherent in the stack reconciler and fix a few long-standing issues.
|
||||
|
||||
It is a complete rewrite of the reconciler and is currently [in active development](https://github.com/facebook/react/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Aopen%20fiber).
|
||||
It is a complete rewrite of the reconciler and is currently [in active development](https://github.com/facebook/react/pulls?utf8=✓&q=is:pr+is:open+fiber).
|
||||
|
||||
Its main goals are:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user