Jenil Calcuttawalaforhigh0verEngineeringjenil777007.hashnode.net·Jul 7, 2022FeaturedLet's Bun!Just a few days ago, I was experimenting with Golang, writing an in-house project and exploring its eco-system. Coming from Java & JavaScript background, I was baffled by the simplicity and the DX it offered. Batteries-packed tooling left me amazed. ...Mike Graham and 4 others are discussing this5 people are discussing thisDiscuss·162 likes·6.6K readsJavaScript
Mario AriasforUncle Mario's ramblingsmarioarias.hashnode.net·Dec 11, 2022FeaturedComparing implementations of the Monkey Language IX: A monkey and his Bun (TypeScript)Disclaimer This is my first post on Hashnode, but this series has been running for a while over on Medium. So, If everything goes well, I'll move all the posts in this series from Medium to Hashnode. In this series, I implement an interpreter (and so...Discuss·22 likes·635 readsComparing implementations of the Monkey languageTypeScript
Uma VictorforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 13, 2023How to build React applications faster with BunIs your npm package install slower? Or do you want to try out a new runtime environment? Bun is the new Javascript runtime that claims to be better than Node.js. This article will test this out and see how we can improve our React applications with t...Discuss·21 likes·63 readsBun
Uma VictorforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 13, 2023How to build React applications faster with BunIs your npm package install slower? Or do you want to try out a new runtime environment? Bun is the new Javascript runtime that claims to be better than Node.js. This article will test this out and see how we can improve our React applications with t...Discuss·21 likes·63 readsBun
Prateek SinghforCoderBuddycoderbuddy.hashnode.net·Feb 23, 2023Bun - JavaScript Runtime better than Deno and NodeIntroduction Today Bun has been a talking point for everyone regarding JavaScript runtime. Bun is the new fastest runtime compared to Node.js and Deno.js. To understand more about Bun.js. Let's first understand the history of JavaScript. JavaScript E...Discuss·7 likes·73 readsBun
Ratnadeep BhattacharyyaforSkylab Technologiesskylab.hashnode.net·Jan 30, 2023Bun: Good replacement for Node.js?I was following Bun project for some time since it released its 0.1.1 version by its creator Jarred Summer. It promised to faster drop-in replacement for Node.js with a native bundler, transpiler, task runner, and npm client built-in. It uses Zig as ...Ratnadeep Bhattacharyya and 1 other are discussing this2 people are discussing thisDiscuss·1 like·33 readsJavaScript
Mario AriasforUncle Mario's ramblingsmarioarias.hashnode.net·Dec 11, 2022FeaturedComparing implementations of the Monkey Language IX: A monkey and his Bun (TypeScript)Disclaimer This is my first post on Hashnode, but this series has been running for a while over on Medium. So, If everything goes well, I'll move all the posts in this series from Medium to Hashnode. In this series, I implement an interpreter (and so...Discuss·22 likes·635 readsComparing implementations of the Monkey languageTypeScript
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Oct 6, 2022Running NextJS with BunAfter our very first introduction with Bun and running a ]React application with it, let's look at how to run a NextJS application with Bun. At the point of writing, there are still quite a few features on the roadmap, so we are a bit limited in what...Discuss·12 likes·70 readsNode.js
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Oct 5, 2022Using Bun with ReactNow that we have Bun setup locally, let's see how it works with React. The cool part is that we actually get a build out of the box from Bun. So let's use that and have a play with it. Using Bun with React To get started open up your terminal and run...Discuss·14 likes·131 readsBun
Radiant OshodinforThe Code Stopdripini.hashnode.net·Oct 1, 2022How to install Bun.js v0.1.13What is bun? 🤔 Bun is defined as a 'fast all-in-one JavaScript runtime' It is the third of its kind after Node.js and Deno.js, created by Jarred Sumner using the Zig programming language. Its major aim is to provide a platform for running JavaScript...DiscussProgramming Blogs
Devarshi ShimpiforDevarshi Shimpi's Blogdevarshishimpi.hashnode.net·Sep 1, 2022How Fast Is Bun.sh After All?👉 Original Blog Post : Link Bun is the ultra fast JavaScript runtime that has taken the internet by storm and that is set to dominate the JavaScript development market in the coming years. At least that's what people are saying online. But whether t...Discuss·10 likes·128 readsBun
Herbie Vineforherbie's stuffherbie.hashnode.net·Aug 19, 2022Benchmarking Bun & Next against Deno and FreshOriginally posted here. Yes, you heard that right, we’re going to be comparing the most popular react framework Next to a fresh new framework called Fresh (pun intended). Next will be running with a new runtime called Bun (you can checkout more about...DiscussBun
Atishayee Singhfordsc skit's blogdsc-skit.hashnode.net·Aug 14, 2022Bun - The Javascript runtime that might take over Node.js and Deno.js.Introduction To Javascript Javascript is one of the major parts of web development in today's time. It is one of the three core languages used to develop websites. It lets you add functionality and behaviors to your website, allowing your website’s v...Discuss·1 like·201 readsbunjs