ReactJS

blog
May 21, 2021   |    Mohit Sood
How to use Redux with React Hooks ?

In this article, we will learn about how to use Hooks in a React Redux App. It will cover various aspects like fetching data from external API, storing the data fetched in the redux store, and then using hooks we will select the data of the redux store to show in our application.


We will be ...

blog
September 9, 2023   |    Mohit Sood
Efficiency and Reliability: Exploring Service Workers in JavaScript

Overview


In the ever-evolving landscape of web development, creating fast, responsive, and reliable web applications is a top priority. Service workers allows developers to build web applications with improved performance, offline capabilities, and enhanced user experiences. In ...

blog
October 27, 2023   |    Mohit Sood
Building Accessible Web Applications with React: A Comprehensive Guide to a11y

Introduction


Web accessibility, often referred to as a11y (short for accessibility), is a crucial aspect of web development that ensures that digital content is usable by all, including individuals with disabilities. When it comes to building web applications, React provides ...

blog
February 17, 2024   |    Mohit Sood
Understanding React Client and Server Components in Next.js

Overview


In this article, we will disucss React Client and Server components within the context of Next.js. We'll walk through the process of creating both server and client components in a Next.js application, highlighting the distinctions between them and offering insights into ...

blog
September 7, 2024   |    Mohit Sood
React Testing Library and Vitest: A Modern Approach to Testing React Applications

In today's fast paced development environment , ensuring your code is robust and maintainable is very important . Currently , React is a dominant choice for building user interfaces. React Testing Library (RTL) and Vitest stand out as powerful and developer-friendly options for ...

© 2024 - Mohit Sood. Made with