Hi, Chris. Waiting for your course on Astro. Hope you will cover other creator’s courses (you probably know who I am talking about). It will be cool if you’ll cover cms, databases and so on in your course🫶
I’ve got plans for lots! The early access will start fairly basic but I hope to bring these items without making them the focus. I’d like to stay focused on Astro and stay agnostic to side tools while still giving enough for people to understand.
Hola Fernando, opino lo mismo acerca de Bun, me parece increíble pero no me da la confianza necesaria para llevarlo a producción, prefiero manejarme con pnpm en prod.
Bun is an excellent package manager, but unfortunately I can't use it as a runtime for my projects (yet). Bun can initialize, for example, Astro and Solid Start projects, install dependencies very fast, but it still runs Node.js under the hood when I run `bun run dev`.
Hmm...I haven't had trouble with it. It may be worth posting in their Discord channel? Lots of super smart people in there who are great a helping debug problems.
Bun definitely still has a long way to go before it’ll be a genuine alternative, but it's exciting to see another option in the space. I think it'll push the whole industry forward!
Your videos are my go-to resource whenever I get stuck on a coding problem. Thank you!
Thanks, my friend. So glad you’ve found the content helpful!
```bun dev``` is enough 😂
Would you do a deeper dive on your Bun workflow? That would be great 🙏
As I use it more, I’m sure I will! Right now just playing around with it in a few projects but it looks promising!
@@CodinginPublic I’ve not had the chance to try it out and your videos have been an awesome resource 🙂
Hi, Chris. Waiting for your course on Astro. Hope you will cover other creator’s courses (you probably know who I am talking about). It will be cool if you’ll cover cms, databases and so on in your course🫶
yep, and a supabase + solid js!
I’ve got plans for lots! The early access will start fairly basic but I hope to bring these items without making them the focus. I’d like to stay focused on Astro and stay agnostic to side tools while still giving enough for people to understand.
Been using it in a project with Astro, no problems so far.
Good to hear! I need to try this again!
My issue with bun, is that is mainly maintained by Jared, (just one person)
That’s a fair take. He’s obviously gifted, but node is such a diverse set of contributors it had a much better distribution of support.
Yeah, don’t get me wrong, Bun is amazing; however, pnpm, ftw!
Hola Fernando, opino lo mismo acerca de Bun, me parece increíble pero no me da la confianza necesaria para llevarlo a producción, prefiero manejarme con pnpm en prod.
everyone is talking about bun...
*videos of bun devs*
lol to be fair, this video was from a while ago.
Your vs code theme????
Material community Palenight high contrast
This looks cool and have been meaning to try Bun for ages. I hope you do a Astro video using it. Or even better have it in your Astro course 😉
😉
pnpm?
Bun is an excellent package manager, but unfortunately I can't use it as a runtime for my projects (yet). Bun can initialize, for example, Astro and Solid Start projects, install dependencies very fast, but it still runs Node.js under the hood when I run `bun run dev`.
Huh, really? How do you tell? I must not understand how this works.
Time to try this for express I guess
Forget express (jokingly) try ElysiaJs
I think you need to use the --hot flag to enable hot module reloading with bun though
Oh, really? Mine seems to be working without it?
can i use bun+elysia+astro?
Should! Elysia is basically just a modern express with bun, right?
I can't get it to work, I've tried tried using both the official astro and bun guide but nothing happens when I try to start dev server.
Hmm...I haven't had trouble with it. It may be worth posting in their Discord channel? Lots of super smart people in there who are great a helping debug problems.
@@CodinginPublic solved it! Updated npm to latest version and that did the trick 🙂
Oh, interesting! @@nielslytzdk
Switched to Bun and images stopped working, alt captions are displayed instead. Do you have any idea why that could be?
I think you have to install sharp if you’re using Astro image
@@CodinginPublic It is installed. But I've heard that there were some incompatibility issues with sharp
Broooo, having problems with npm wasting me the whole day(bc of bad connection) this looks no brainer to switch to
seriously…the second this is supported by your hosting partner go for it!
Bun is not for production, in fact local testd showed that nodejs is faster
Bun definitely still has a long way to go before it’ll be a genuine alternative, but it's exciting to see another option in the space. I think it'll push the whole industry forward!
I can't ... Windows
Ah! Didn’t realize the package manager is currently only for macOS! bun.sh/docs/installation