payapula

payapula @payapula

About: Tech enthusiast who is interested in developing scalable and accessible web.

Location:
India
Joined:
Mar 14, 2021

payapula
articles - 9 total

Context, Redux or Composition?

This post was originally published on February 23, 2023 @ my blog page I was one of the developer...

Learn More 1 0Dec 14 '24

Positioned Layout in CSS

This post acts as notes for Module 2 of Josh Comeau's Course CSS for JavaScript Developers. Learning...

Learn More 0 0Feb 16 '23

How to use Nextjs Link with Chakra UI

One of the frequently asked questions on chakra ui library discussions is, How do I use nextjs link...

Learn More 13 0Nov 20 '21

Minimizing Lodash Bundle Size in CRA and Next.js

When developing an application, we would usually write some utility functions that could be reused...

Learn More 9 1Aug 28 '21

How I smashed a bug on the biggest developer community

In this post I will share my experience on smashing a bug on the dev.to codebase. Open...

Learn More 2 0Aug 14 '21

Simple Introduction to Chakra UI

A lot of things need to be taken into consideration while designing any software application in...

Learn More 2 0Jul 25 '21

React Hooks Dependencies and Stale Closures

After we got the confidence on the flow of hooks in React, it's important to understand about it's...

Learn More 7 4Jul 10 '21

React useEffect Hook Flow

It is important to understand the core concept of Hooks in React Components. This will increase our...

Learn More 47 0Jul 4 '21

React is Just Javascript

React components are not returning HTML & React is not magic! React is just plain Javascript...

Learn More 29 0Jun 27 '21