AnoopJadhav.

AnoopJadhav.

Follow
homebadgesnewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Migrating to Vite & Vitest ?

Jan 25, 20234 min read 481 views

Let's go through the steps to migrate your frontend repo to Vite · We recently migrated our project from Parcel to Vite and the reasons for doing so are...

Migrating to Vite & Vitest ?

Why I switched from Parcel to Vite ?

Dec 2, 20223 min read 1.2K views

build times is high? Give Vite a try · Introduction We have recently switched from parcel to Vite in one of my frontend projects(tech stack - Yarn...

Why I switched from Parcel to Vite ?

Why snapshot testing is not enough?

Sep 28, 20225 min read 161 views

or Is it even required? well, I have some thoughts. · Introduction I came across this question in one of the unit testing discussions so thought of...

Why snapshot testing is not enough?

[Part -2 ] Build & Publish React component as NPM package using Parcel

Sep 20, 20222 min read 158 views

In the previous article we used typescript complier to build the react component. In this one we will see how to build it using parcel. Parcel is a...

[Part -2 ] Build & Publish React component as NPM package using Parcel

[Part 1] - Build & Publish React component as NPM package using Typescript compiler

Sep 9, 20224 min read 487 views

I was too lazy to include webpack to bundle the react component as it needs a lot of boilerplate configuration code. so easiest way was to build the...

[Part 1] - Build & Publish React component as NPM package using Typescript compiler