Latest Articles
View all →
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
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
React DnD
React DnD is a react library for building drag and drop interfaces. It uses Redux internally The basic concept behind React DnD
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
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
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
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.
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.
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
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
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
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