Pankaj Patel
Pankaj Patel

Pankaj Patel

Follow
homebadgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Too many useState? Let's useReducer

Mar 28, 20237 min read

Modern Frontend is similar to good old web development, but with one catch: the page in the browser is as sophisticated as the backend. Since we...

Too many useState? Let's useReducer

Today's npm package: theming

Jul 5, 20211 min read

Today's npm package is theming With rise of CSS-in-JS, managing and maintaining the design tokens can be hard. Today's package theming will help you...

Today's npm package: theming

Fixing WebpackChunkName for Dynamic Imports

Jan 27, 20215 min read

Lazy Loading is a hot topic for optimization of the web application. I was trying to optimize the React App and as we already have splitChunks in our...

Fixing WebpackChunkName for Dynamic Imports

Building Fast Forms in React with HTML5 & Validations

Dec 15, 202024 min read

If you are making a web app, you will need to create Forms most of the time. Forms are notorious for demand in Creativity and Customizability. One of...

Building Fast Forms in React with HTML5 & Validations

Where do you initialize state in React Component?

Nov 5, 20204 min read

Functional Components are super cool. Though, Classical components are still used & so is the conventional state in those. State initialization is a...

Where do you initialize state in React Component?

5 Tips for Component Based Development

Sep 19, 20207 min read

Component-based Development has taken the FrontEnd Development by storm. And Components not being any language standard, there are many ways to Create...

5 Tips for Component Based Development