Bino

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

# React

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

Types of states

19 May 2024

Below are the different types of states that can exist within an application. There are three main types:
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

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

Understanding React Context

6 March 2024

Traditionally, you pass information from a parent component to child component via props in React. But data passing through this props drilling can make your code verbose and inconvenient if you have more components in the middle, or if many components in your app need the same information.
Read more

Set up a React project with Vite along with Tailwind CSS

22 February 2024

Here is the step by step guide to create a React project with Vite.
Read more

What is React?

11 July 2023

React is an open-source front-end JavaScript library that is used for building user interfaces...
Read more

Difference between React and ReactDOM

25 February 2023

React is a JavaScript library for building user interfaces. ReactDOM, on the other hand, is a library that provides an interface between React and the DOM...
Read more

Conditional Rendering

22 February 2023

In React, you can conditionally render JSX using JavaScript syntax like if statements, &&, and ? : operators.
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