From 09fdb38b3d577dfdb7dd03e6bee59a968d71512e Mon Sep 17 00:00:00 2001 From: Nitesh Seram Date: Tue, 9 Dec 2025 08:47:27 +0530 Subject: [PATCH] seo: embed react github repo for SEO --- .../en-US.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/questions/what-is-react-fiber-and-how-is-it-an-improvement-over-the-previous-approach/en-US.mdx b/questions/what-is-react-fiber-and-how-is-it-an-improvement-over-the-previous-approach/en-US.mdx index fcf1a1a..2deacfe 100644 --- a/questions/what-is-react-fiber-and-how-is-it-an-improvement-over-the-previous-approach/en-US.mdx +++ b/questions/what-is-react-fiber-and-how-is-it-an-improvement-over-the-previous-approach/en-US.mdx @@ -64,3 +64,7 @@ With the previous stack-based algorithm, rendering this component could cause th - [React Fiber Architecture](https://github.com/acdlite/react-fiber-architecture) - [React Blog: Concurrent Features](https://react.dev/blog/2022/03/29/react-v18#gradually-adopting-concurrent-features) + +--- + +If you found this explanation helpful and want to deepen your understanding of React internals, visit our [Top ReactJS Interview Questions repository](https://github.com/greatfrontend/top-reactjs-interview-questions) - a handpicked collection of 50 questions exploring how React works under the hood.