Writing

Field notes on frontend, systems & teams.

Mastering React Component Development: Best Practices for Maintenance, Testing, and Reusability
ReactJS·3 min

Mastering React Component Development: Best Practices for Maintenance, Testing, and Reusability

Unlock the power of React component development with expert tips: prioritize functional components, prop types, custom hooks, styled-components, and React Testing Library for optimal UI creation.

Enhance User Experience with Text-to-Speech: A Practical Implementation
ReactJS·5 min

Enhance User Experience with Text-to-Speech: A Practical Implementation

I've implemented Text to Speech feature on my website's blog page. It wasn't a necessary addition, but I saw it as a valuable learning opportunity.

Next.js 13.4: The Latest Release Packs Many Powerful Features
ReactJS·3 min

Next.js 13.4: The Latest Release Packs Many Powerful Features

With this release, Vercel has made NextJS App Router stable with this release along with some more powerful features.

Exploring the Power of Next.js: Key Features and Benefits
ReactJS·6 min

Exploring the Power of Next.js: Key Features and Benefits

Next.js is a popular React framework used for building server-side rendered applications. It provides a simple and efficient way to create dynamic web applications that can handle high traffic with ease. In this article, we will explore the key features of Next.js and provide you with code examples to help you get started.

Creating a React Library Using TSDX and Automating Publishing with GitHub Actions
ReactJS·3 min

Creating a React Library Using TSDX and Automating Publishing with GitHub Actions

Learn how to create a React library using TSDX and automate its publishing with GitHub Actions.

A Guide to Building Accessible React Components
ReactJS·4 min

A Guide to Building Accessible React Components

In today’s world, accessibility is more important than ever. With more and more people using technology to connect with the world around them, it is vital that we make sure that everyone can access our websites and applications, regardless of their abilities.

Why I moved my website from WordPress to NextJS
ReactJS·7 min

Why I moved my website from WordPress to NextJS

Few days back I decided to give my website a redesign, also re-looked on tech stack for website.

Best Scalable React App Structure 2021
ReactJS·8 min

Best Scalable React App Structure 2021

Today I will show you how I built a Best Scalable Structure for ReactJS Application. First, have a look at my directory structure then I will explain every bit I did or used in creating this architecture.

Learn using react hooks with redux
ReactJS·5 min

Learn using react hooks with redux

Learn using react hooks with redux and make your application development with react js hooks to enable the development faster and performant.