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.