Bino

  • Home
  • Room
  • Workbench
  • Malayali
  • Desk
  • Projects
  • More
    • Travel
    • Uses
    • Stats
    • Library
    • Archive
    • Tags
    • Contact
  • About

# React

Lifting state up

20 February 2023

Lifting state up in react means moving data from a child component to some parent component either to use it there or pass it some other child component.
Read more

Controlled and Uncontrolled Components

18 February 2023

A component with its own local state is often referred to as uncontrolled.
Read more

Understanding JSX

4 February 2023

JSX is a XML-like syntax extension to ECMAScript (the acronym stands for JavaScript XML). Basically it just provides syntactic sugar...
Read more

React components

20 January 2023

Conceptually, components are like JavaScript functions. They accept arbitrary inputs and return React elements describing what should appear on the screen.
Read more

Material UI and Emotion

14 December 2022

Material UI uses Emotion as its default styling engine. Emotion is a library designed for writing css styles with JavaScript.
Read more

React Reconciliation

30 July 2022

When a component's props or state change, React decides whether an actual DOM update is necessary by comparing the same with Virtual DOM...
Read more

Motivation for fragments

3 April 2022

A common pattern is for a component to return a list of children...
Read more

Keyed Fragments

2 April 2022

Fragments declared with the explicit syntax may have keys.
Read more

Fragments

1 April 2022

A common pattern in React is for a component to return multiple elements. Fragments let you group a list of children without adding extra nodes to the DOM.
Read more
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Bino Kochumol Varghese © 2026

Powered by Hugo, Netlify, Lightbi & more.

| Made with ❤️ and ✨ by Bino |

Last updated: 02 March 2026, 13:35 +0300

  • Wall
  • Archive
  • Featured
  • Stats
  • Slashes
  • Now
  • Uses
  • Library
  • Tags
  • Credits
  • Changelog
  • Disclaimer
  • Blogroll