Latest Articles
View all →
CometChat Alternative
When searching for a chat provider you might consider various chat alternatives. DeadSimpleChat [https://deadsimplechat.com] is better alternative to CometChat and
useLayoutEffect vs useEffect with examples
In this article we are going to learn about useEffect vs useLayoutEffect. Introduction * React Hooks: An Introduction * Side Effects in React : useEffect
useEffect: Easy Guide with use-cases and examples
useEffect is a react hook that lets you sync react code/ application with an external system that does not use react such
useCallback: Guide, use-cases, examples
This is an easy to read guide, where we will cover * What is React useCallback? * When to use React useCallback? (use-cases) * Real
React useMemo Vs useCallback
In this article we will explore the differences between React useMemo and useCallback hooks If you are looking for a React Native
React Hooks: Cheat Sheet, with examples
In this article we are going to learn about react Hooks, What are the types of hooks, built-in hooks, how you can
GetStream Alternatives vs Competitors in 2023
There are many Chat API and SDK software providers available in the market today. Although GetStream is one of them and a
SendBird Alternatives - SendBird vs Competitors
If you are looking for a Chat solution to add to your app or website. You might be considering SendBird or one
React : Cheat Sheet, Get up and running in 15 mins
In this article we are going to cover important react concepts and terms try them out in examples. You will get enough
9 Ways to Implement Vertical Alignment in CSS with Examples
In this article we are going to explore different ways you can implement vertical alignment in CSS along with examples and use-cases
Bootstrap with React: The Complete Guide
This is a comprehensive guide to using bootstrap with React JS. In this guide we are going to learn the following 1.
useDebugValue: A Complete Guide
With useDebugValue you can add a label to a custom hook in react dev tools useDebugValue(value, format?) let us explore in