Latest Articles

View all →
Real Time Chat with React and Socket.IO

Real Time Chat with React and Socket.IO

In this article we are going to create a real time chat application with reactjs, socket.io and Expressjs Let us start

Dead Simple Chat Team · 9 min read
React Slider using rc-slider: Step by Step tutorial with Examples

React Slider using rc-slider: Step by Step tutorial with Examples

In this article we are going to learn about how to make a slider in react using the rc-slider library In this

Dead Simple Chat Team · 8 min read
React DnD

React DnD

React DnD is a react library for building drag and drop interfaces. It uses Redux internally The basic concept behind React DnD

Dead Simple Chat Team · 8 min read
How to use React Hook Form to add Form Validation in React

How to use React Hook Form to add Form Validation in React

Dead Simple Chat allows you to add chat in minutes to your React Application with the powerful JavaScript Chat SDK and API

Dead Simple Chat Team · 9 min read
TypeScript Decorators: A complete guide

TypeScript Decorators: A complete guide

Decorators are awesome features, Many libraries are made out of decorators like react and angular. These are an awesome concept In this

Dead Simple Chat Team · 8 min read
How to use useSyncExternalStore in React 18

How to use useSyncExternalStore in React 18

Dead Simple Chat offers Javascript Chat API [https://deadsimplechat.com/javascript-chat-api-sdk] and SDK to add in-app chat to your React applications in

Dead Simple Chat Team · 7 min read
Rest API with PostgreSQL and Node Js, Step-by-Step Tutorial

Rest API with PostgreSQL and Node Js, Step-by-Step Tutorial

In this article we will be learning the following 1. Creating Node Js server with Express 2. Creating Simple CURD APIs 3.

Dead Simple Chat Team · 10 min read
React Suspense for Data Fetching with Axios in React 18

React Suspense for Data Fetching with Axios in React 18

In this blog post, we will what React Suspense is and how it can be used for Data Fetching in React 18.

Dead Simple Chat Team · 6 min read
Rest API with GO Lang and PostgreSQL

Rest API with GO Lang and PostgreSQL

Golang is the language developed by google and is extremely fast and efficient. Due to its huge performance and scalability. It is

Dead Simple Chat Team · 7 min read
File Upload using Nodejs, Express Multer

File Upload using Nodejs, Express Multer

What is Multer? Multer is a NodeJs middleware that is often used with Express for uploading multipart/formdata to server. It is

Dead Simple Chat Team · 9 min read
Higher Order Components in React: Examples with Common Use-case Patterns

Higher Order Components in React: Examples with Common Use-case Patterns

> Dead Simple Chat offers powerful Javascript Chat SDK and APIs [https://deadsimplechat.com/javascript-chat-api-sdk] that you can use to easily add

Dead Simple Chat Team · 10 min read
Pure Component in React

Pure Component in React

Pure components are similar to react components but does not re-render if the props and state does not change When a pure

Dead Simple Chat Team · 8 min read