Skip to content

Commit f33b5f5

Browse files
smikitkythayashi
andauthored
Update content/docs/codebase-overview.md
Co-Authored-By: thayashi <thayashing@gmail.com>
1 parent b3cbf30 commit f33b5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/codebase-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ React DOM と React Native のように大幅に異なるレンダラでも多
211211
* render() から複数の要素を返す機能
212212
* error boundary のサポートの向上
213213

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 と共にリリースされていますが、非同期機能についてはデフォルトではまだ有効化されていません
215215

216216
ソースコードは [`packages/react-reconciler`](https://github.com/facebook/react/tree/master/packages/react-reconciler) に格納されています。
217217

0 commit comments

Comments
 (0)