---
title: "ReactJS Blogs"
description: "BigBinary blog posts in the ReactJS category."
canonical_url: "https://www.bigbinary.com/blog/categories/reactjs"
markdown_url: "https://www.bigbinary.com/blog/categories/reactjs.md"
---

# ReactJS Blogs

BigBinary blog posts in the ReactJS category.

## Posts

### Debugging frontend crash and handling circular dependency

[Debugging frontend crash and handling circular dependency](https://www.bigbinary.com/blog/debugging-frontend-crash-and-handling-circular-dependency)

- Author: Joseph Mathew
- Published: June 10, 2026
- Categories: JavaScript, ReactJS

Debugging frontend crash and handling circular dependency

### Remotely EV code-signing a Windows app with ssl.com

[Remotely EV code-signing a Windows app with ssl.com](https://www.bigbinary.com/blog/ev-code-sign-windows-application-ssl-com)

- Author: Farhan CK
- Published: December 17, 2024
- Categories: JavaScript, ReactJS, Electron

EV code-sign a Windows application using ssl.com

### Requesting camera and microphone access in Electron

[Requesting camera and microphone access in Electron](https://www.bigbinary.com/blog/request-camera-micophone-permission-electron)

- Author: Farhan CK
- Published: December 3, 2024
- Categories: JavaScript, ReactJS

Requesting camera and microphone permission in an Electron app

### Code-signing and notarizing an Electron app for macOS

[Code-signing and notarizing an Electron app for macOS](https://www.bigbinary.com/blog/code-sign-notorize-mac-desktop-app)

- Author: Farhan CK
- Published: November 19, 2024
- Categories: JavaScript, ReactJS, Electron

Code-sign and notarize an Electron application for macOS

### Configuring webpack for multiple Electron windows

[Configuring webpack for multiple Electron windows](https://www.bigbinary.com/blog/electron-multiple-browser-windows)

- Author: Farhan CK
- Published: November 12, 2024
- Categories: JavaScript, ReactJS, Electron

How to configure webpack to handle multiple browser windows in Electron

### Blurred and virtual video backgrounds in React apps

[Blurred and virtual video backgrounds in React apps](https://www.bigbinary.com/blog/video-background-removal)

- Author: Farhan CK
- Published: November 5, 2024
- Categories: ReactJS

Creating blurred or virtual backgrounds in real-time video in React apps

### Syncing state between Electron main and renderer

[Syncing state between Electron main and renderer](https://www.bigbinary.com/blog/sync-store-main-renderer-electron)

- Author: Farhan CK
- Published: October 1, 2024
- Categories: JavaScript, ReactJS, Electron

Creating a synchronized store between main and renderer process in Electron

### Standardizing pagination, sorting and search in code

[Standardizing pagination, sorting and search in code](https://www.bigbinary.com/blog/standardize-pagination-keywords)

- Author: Abilash Sajeev
- Published: August 27, 2024
- Categories: ReactJS, Rails

Explore the power of standardized naming practices in creating a unified and
scalable codebase.

### How we build, release and maintain frontend packages

[How we build, release and maintain frontend packages](https://www.bigbinary.com/blog/build-release-frontend-packages)

- Author: Farhan CK
- Published: June 11, 2024
- Categories: JavaScript, ReactJS, npm

How we build, release and maintain frontend packages

### Automating error pages based on API responses

[Automating error pages based on API responses](https://www.bigbinary.com/blog/automatically-displaying-errors)

- Author: Farhan CK
- Published: May 28, 2024
- Categories: ReactJS, Rails

How we automated displaying error pages based on API responses

### dependencies vs devDependencies vs peerDependencies

[dependencies vs devDependencies vs peerDependencies](https://www.bigbinary.com/blog/different-dependencies)

- Author: Farhan CK
- Published: May 14, 2024
- Categories: ReactJS, npm

Difference between dependencies, devDependencies and peerDependencies

### Automatically sentence-case i18next translations

[Automatically sentence-case i18next translations](https://www.bigbinary.com/blog/lowercase-translations)

- Author: Farhan CK
- Published: April 9, 2024
- Categories: JavaScript, ReactJS

Automatically sentence-case i18next translations

### Implementation of a universal timer

[Implementation of a universal timer](https://www.bigbinary.com/blog/universal-timer)

- Author: Labeeb Latheef
- Published: March 26, 2024
- Categories: JavaScript, ReactJS

Control multiple UI components with a single timer.

### Debugging memory issues in ReactJS applications

[Debugging memory issues in ReactJS applications](https://www.bigbinary.com/blog/debugging-memory-issues-in-react-applications)

- Author: Calvin Chiramal
- Published: February 20, 2024
- Categories: ReactJS

Debugging memory issues in ReactJS applications

### Audit of Your React Application & Safeguarding Your Web App

[Audit of Your React Application & Safeguarding Your Web App](https://www.bigbinary.com/blog/conducting-frontend-security-audit)

- Author: Ajmal Noushad
- Published: August 24, 2023
- Categories: ReactJS

### React localization with i18next and react-i18next libraries

[React localization with i18next and react-i18next libraries](https://www.bigbinary.com/blog/react-localization)

- Author: Joseph Mathew
- Published: July 27, 2023
- Categories: ReactJS

Learn how to implement localization in your React applications using the i18next
and react-i18next libraries.

### Challenges faced while building Neeto commons frontend

[Challenges faced while building Neeto commons frontend](https://www.bigbinary.com/blog/neeto-commons-frontend)

- Author: Amaljith K
- Published: July 11, 2023
- Categories: JavaScript, ReactJS

Challenges faced while building Neeto commons frontend

### How We standardized keyboard shortcuts in neeto

[How We standardized keyboard shortcuts in neeto](https://www.bigbinary.com/blog/how-we-standardized-keyboard-shortcuts)

- Author: Adil Ismail
- Published: June 27, 2023
- Categories: ReactJS

How we standardized keyboard shortcuts in neeto

### React performance optimization - memoization demystified

[React performance optimization - memoization demystified](https://www.bigbinary.com/blog/react-performance-optimization-memoization-demystified)

- Author: Abhay V Ashokan
- Published: June 13, 2023
- Categories: ReactJS

Learn how to optimize the performance of React applications using memoization
techniques.

### Shape snapping with React Konva in NeetoWireframe

[Shape snapping with React Konva in NeetoWireframe](https://www.bigbinary.com/blog/shape-snapping-with-react-konva)

- Author: Ajmal Noushad
- Published: May 17, 2023
- Categories: ReactJS

### React Query to simplify data fetching in Neeto

[React Query to simplify data fetching in Neeto](https://www.bigbinary.com/blog/react-query)

- Author: Mohit Harshan
- Published: April 10, 2023
- Categories: ReactJS

React Query integration in react applications

### React 18 introduces Automatic Batching

[React 18 introduces Automatic Batching](https://www.bigbinary.com/blog/react-18-introduces-automatic-batching)

- Author: Taha Husain
- Published: July 9, 2021
- Categories: ReactJS

React 18 introduces Automatic Batching

### Failing Gracefully: Error Boundaries in React

[Failing Gracefully: Error Boundaries in React](https://www.bigbinary.com/blog/error-boundaries-in-react)

- Author: Dane David
- Published: May 18, 2021
- Categories: ReactJS

Failing Gracefully: Error Boundaries in React

### React 17 delegates events to root instead of document

[React 17 delegates events to root instead of document](https://www.bigbinary.com/blog/react-17-delegates-events-to-root-instead-of-document)

- Author: Chetan Gawai
- Published: September 29, 2020
- Categories: ReactJS

React 17 delegates events to root instead of document

### Using Recompose to build higher-order components

[Using Recompose to build higher-order components](https://www.bigbinary.com/blog/using-recompose-to-build-higher-order-components)

- Author: Arbaaz
- Published: September 12, 2017
- Categories: ReactJS

By the end of this blog you’ll learn how to use Recompose and improve the
readability of your code.

### Uploading file in an isomorphic ReactJS app

[Uploading file in an isomorphic ReactJS app](https://www.bigbinary.com/blog/uploading-file-in-an-isomorphic-reactjs-app)

- Author: Chirag Shah
- Published: August 28, 2017
- Categories: ReactJS

This blog explains how to upload a file in an isomorphic app

### Using D3 JS with React JS

[Using D3 JS with React JS](https://www.bigbinary.com/blog/using-d3-js-with-react-js)

- Author: Akshay Mohite
- Published: February 4, 2016
- Categories: ReactJS

Using D3JS with ReactJS - an example to plot Line Chart visualization.

## Links

- [Human page](https://www.bigbinary.com/blog/categories/reactjs)
