Bino

  • Home
  • All
  • Workbench
  • Desk
  • Malayali
  • Pages
  • About
  • Select Theme
    Classic
    Earth
    Dark
    Code

All
|
Essays
|
Notes

A collection of long form tech notes, and personal reflections.

Understanding useRef

2 October 2024

useRef is a powerful React Hook that allows you to create and manage mutable references that persist between renders, Unlike state, changing the value of a useRef object does not trigger a re-render...

Read more

Tiny React Apps

15 August 2024

This is a collection of tiny apps built with React, designed to explore and learn React along with its associated libraries. Each project serves as a hands-on experiment to try out new features and deepen understanding of the React ecosystem.

Read more

Understanding useCallback

5 June 2024

I hope you know what is useMemo and understood that it caches the values between re-renders. `useCallback` is similar to this and it caches a function instead of values...

Read more

React Notebook

2 June 2024

An online handbook about React that will cover all the basic topics. Unlike a physical handbook, this online book will evolve over time as I continue to learn and grow.

Read more

Understanding useMemo

1 June 2024

React ensures your user interface stays in sync with the application state by using a technique called re-rendering. During re-renders, React compares the Virtual DOMs and updates the necessary parts of the UI. This process is known as React Reconciliation...

Read more

Notes about Redux

20 May 2024

Redux is a JavaScript library that can be used with various JavaScript frameworks, including React, Angular, Vue, and Vanilla JS. It serves as a state management tool for handling cross-component or app-wide state.

Read more

How to deploy React app in Firebase

6 May 2024

A React Single Page Application (SPA) is essentially a static website and can be easily hosted using platforms like Firebase or Netlify.

Read more

Smart words from smart people

4 April 2024

A few smart things I've read lately and stuck in my head...

Read more

Understanding React custom Hooks

2 April 2024

In React there are several built-in Hooks like `useState`, `useEffect`, and `useContext`. Sometime you need to create your own Hooks for specific purpose like checking user session, fetching data, or showing notifications...

Read more

1 2 3 4 5 6 7 … 9 10 11

Bino Kochumol Varghese © 2026

Powered by Hugo, Netlify, Lightbi & more.

·

| Made with ♥️ and ✨ by Bino from India |

·

Updated 04 Aug 2026

  • Contact
  • Wall
  • Travel
  • Archive
  • Stats
  • Uses
  • Library
  • Tags
  • Credits
  • Changelog
  • Disclaimer