Aditya Pachauriadityapachauri.hashnode.dev·a day agoParcel: A Bundler for Contemporary Web DevelopmentHow does Parcel simplify the web development workflow and enhance performance compared to traditional bundlers? Before knowing the answer to this question, it is important to know... What is a Parcel bundler? The parcel is a zero-configuration bundle...Discussparcel
Yashwanth somayajulablog.yashone7.space·Sep 9, 2023Introduction to Server Side Rendering with Parcel 🚀Hey folks, when building web applications, we have heard about various rendering patterns, namely client-side rendering and server-side rendering, static rendering, Incremental Static Regeneration and the newer approaches like island pattern, resumab...Discuss·70 readsReact
Zahid Rahmanprogrammer47.hashnode.dev·Aug 29, 2023The difference between npx create-react-app and npm create vite@latestTitle: Exploring Contrasts: npx create-react-app vs. npm create vite@latest Introduction: In the realm of modern web development, tools and frameworks continue to evolve, offering developers new and improved ways to build efficient and captivating ap...Discuss·36 readsReact
Sarthak Negisnegicodes.hashnode.dev·Aug 18, 2023From Zero to Bundled: Harnessing the Magic of Parcel.jsIn the ever-evolving landscape of web development, tools that streamline the development process and enhance productivity are invaluable. One such tool that has gained significant attention in recent years is Parcel JS. In this article, we will explo...Discuss·40 readsparcel
Aziken Preciousazikenp.hashnode.dev·Jul 12, 2023Introduction to NPM: The guide to setup and installation.Before delving into this article, the term "package managers" might have come up in some of your learning materials and made you wonder what they are, so let's begin by discussing the use of package managers. What is a package manager? Package manage...Discuss·8 likesnpm
Mahaboob Subhani Syedsubhani-syed.hashnode.dev·Jul 9, 2023How I reduced the size of Docker Image from 1.99 GB to 42 MBIf you are into developing web applications, then you must have tried to deploy them someday so that others can also see your awesome application. There are many different ways to deploy your app, and some of the most popular methods include: Vercel...Discuss·28 likes·247 readsDocker
Shubham Agarwalshubhamagarwal.hashnode.dev·Apr 7, 2023React Learning Path - Day 3NPM Most developers would have come across this term at some point in time and they would have got to know it as Node Package Manager(NPM), but do you know NPM official website does not call it the Node Package Manager rather the NPM community gives...Discuss·4 likes·30 readsnpm
Hamid Mohamadihamidmohamadi.hashnode.dev·Mar 9, 2023Create Raect app with Parcel and Jotai as a state managementWhen I was new and less experienced, was working on a project and would eventually realize that the size of the project had increased and also had problems on running or building the project. So, started to work on Webpack and confused, and then swit...Discuss·50 readsReact
Yaseenblog.gailani.dev·Feb 12, 2023Setting up a simple React app with ParcelThis article is here so I can point my readers to it from other articles that require setting up a React environment. Installations Before we get started, you'll need to install Node and npm or yarn and create a directory for your project. Then, inst...Discuss·43 readsReact
Dhawal Pandyadhawalpandya01.hashnode.dev·Jan 26, 2023Hot Module Replacement (HMR)Hot Module Replacement (HMR) is a feature that allows you to update parts of your application "on the fly" while the application is running, without having to perform a complete refresh of the page. It is often used in development environments to spe...Discuss·70 readsHMR