Post

@CodeeHam # Parcel Done
- Dev Build
- local Server
- HMR = Hot module Replacement
- file watching algorithm -written in c++ for HMR
- Caching - Faster build
- Image optimization
- Minification
- Bundle
- Compressing
- consistent hashing
- code splitting
many more
you can read official doc
English

@TechTinkerZaid Thanks, buddy. I didn't understand it, but that's okay. I'll read the official documentation
English

@TechTinkerZaid Oh , okay I thought it was something else. By the way, I'm using Vite instead of Parcel due to various reasons, such as native ESM support and fast development.
English