File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ React DOM と React Native のように大幅に異なるレンダラでも多
211
211
* render() から複数の要素を返す機能
212
212
* error boundary のサポートの向上
213
213
214
- React Fiber のアーキテクチャに関して[ ここ] ( https://github.com/acdlite/react-fiber-architecture ) や[ ここ] ( https://medium.com/react-in-depth/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react-e1c04700ef6e ) で読むことができます。React 16 と共にリリースされていますが、非同期機能についてはまだ非標準のままです 。
214
+ React Fiber のアーキテクチャに関して[ ここ] ( https://github.com/acdlite/react-fiber-architecture ) や[ ここ] ( https://medium.com/react-in-depth/inside-fiber-in-depth-overview-of-the-new-reconciliation-algorithm-in-react-e1c04700ef6e ) で読むことができます。React 16 と共にリリースされていますが、非同期機能についてはデフォルトではまだ有効化されていません 。
215
215
216
216
ソースコードは [ ` packages/react-reconciler ` ] ( https://github.com/facebook/react/tree/master/packages/react-reconciler ) に格納されています。
217
217
You can’t perform that action at this time.
0 commit comments