Skip to content

Commit 28fec76

Browse files
fix: reorder blog post links for better readability
1 parent 53ade06 commit 28fec76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This is my attempt to understand React more deeply by exploring its internals an
88

99
## Posts
1010

11+
- [How React streams UI out of order and still manages to keep order](https://inside-react.vercel.app/blog/how-react-streams-ui-out-of-order) — A deep dive into how React streams and renders UI out of order using Suspense boundaries
12+
- [Why frontend frameworks need hydration](https://inside-react.vercel.app/blog/why-frontend-frameworks-need-hydration) — SSR is not new. So why do modern frameworks need hydration?
13+
- [How Does React Fiber Render Your UI](https://inside-react.vercel.app/blog/how-does-react-fiber-render-your-ui) — How React breaks rendering into small interruptible units
1114
- [Making sense of 'key' prop in react](https://inside-react.vercel.app/blog/making-sense-of-key-prop-in-react) — Why React needs a key prop, how it affects reconciliation
1215
- [How state updates work internally](https://inside-react.vercel.app/blog/how-state-updates-work-internally) — A deep dive into how React state updates really work, from hooks to batching
1316
- [Understanding Why React Fiber Exists](https://inside-react.vercel.app/blog/understanding-why-react-fiber-exists) — How Fiber lets React pause, prioritize, and resume work

0 commit comments

Comments
 (0)