© 2023 Hashnode
#bundling
The Bun toolkit has recently introduced a new addition to its suite of tools - the Bun Bundler. Currently in beta, the Bun Bundler is a fast, native bundler that can be used via the bun build CLI comm…
Trestique Brief Trestique is a makeup line that caters to ladies on the go with adaptable, convenient, and portable beauty products. These products are convenient and mess-free because they are in sti…
Developers can create and use Node.js-style modules that compile for usage in browsers using the free and open-source JavaScript bundler tool known as Browserify. A free and open-source module bundler…
Vite: The Next Generation Frontend Build Tool Vite in french means fast which fits this tool just right. As Vite is 10 to 100 times faster than traditional build tools written in javascript itself like webpack, parcel, rollup. Vite under th…
SaaS API founders should not miss this week's Cartoon Avatars interview with William Hockey, former Plaid cofounder/CTO and now founder of Column. He does not do interviews often and rarely do you get this level of insight into a $13 billi…
TLDR We are going to explain only the following piece of code "peerDependencies": { "react": ">=16.8" }, "peerDependenciesMeta": { "react": { "optional": true } } What is …
I first discovered esbuild as a builder for Angular in this Reddit post. I was amazed! Seeing this, I thought: "There must be other ways to utilize this!" What is esbuild? esbuild calls itself "An ext…
Hi dear developer, In this article, we are going to see a general overview of webpack. We will answer the following questions: what is Webpack? What are the core concepts you need to know to get start…
A JavaScript bundler is a tool that puts your code and all its dependencies together in one JavaScript file. To better understand this concept let's build a simple application, where we toggle the vis…
Building in Android bundle throws this compiler error blow: Are you not sure how to fix ? /Users/home/Desktop/APLIKACE/test/node_modules /@react-native-community/async-storage/android/src/main/java/com/ reactnativecommunity/asyncstorage/Asy…