• About
  • Articles
  • Projects
  • Career
articles
  • About
  • Articles
  • Projects
  • Career

Writings on topics that interest
me.

  1. Polymorphic Components

    February 1, 2024

    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 artice
  2. React Fiber And Reconciliation

    December 17, 2023

    This article discusses React Fiber and Reconciliation, a fundamental algorithms in React.

    Read artice
  3. Reduced DOM Manipulations Using DOM Diffing Algorithm

    November 27, 2023

    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
© 2025 haliscicek.com , All rights reserved.