Writings on topics that interest
me.
Polymorphic Components
One of the first concepts you will encounter is the creation of reusable components. These components allow you to write code once and reuse it many times. The basic building blocks for classic reusable components are props (external data) and state (internal data).
Read articeReact Fiber And Reconciliation
This article discusses React Fiber and Reconciliation, a fundamental algorithms in React.
Read articeReduced DOM Manipulations Using DOM Diffing Algorithm
The Document Object Model (DOM) diffing algorithm, commonly known as the "virtual DOM diffing algorithm," is a method implemented in front-end web development frameworks such as React to promptly update the user interface when the application state changes. .
Read artice
© 2024 haliscicek.com , All rights reserved.