In Parcel version 2 the dist folder now rebuilds instantly. Just as fast as you delete it, it is rebuilt and replaced wit a fresh copy. Pretty cool. I did hear there were a lot of new features added into version 2 so maybe this was one of them. I don't know cause this is my first time using it, I never used version 1, but I thought that was pretty cool so I just thought I'd add that if anyone is interested to hear...Great video btw. Thank you for sharing your infinite wisdom. 🙏 Namaste
@SwashbucklingwithCode2 жыл бұрын
That sounds pretty cool. I've been in Rollup land for awhile recently so I haven't had a chance to dig into Parcel 2.
@shannongfm9945 Жыл бұрын
Thank you, Jimmy. This has been by far the most thorough and helpful tutorial of any web dev tutorial I have ever used on KZbin.
@SwashbucklingwithCode Жыл бұрын
That is very kind, ty. I put a good chunk of time into these build tool videos because there is so much glossed over when developers typically start using them.
@jjaxner2 жыл бұрын
Your videos are soooooo good. I discovered your channel about six month ago and learned a lot then. I just took some time and revisit some videos and going through them a little more thorougly. Still learning so much from you. Sorry to see that you not doing so many videos anymore. Hope your doing fine and that your videos will be discovered by more people so you might have a reason to do more of them. Wish you the best!
@SwashbucklingwithCode2 жыл бұрын
That's very kind, thank you. I'm trying to start back up again soon, just had a lot going on in life and couldn't keep up.
@jjaxner2 жыл бұрын
@@SwashbucklingwithCode Glad to hear that you have plans for more content. Love it! Take care! Health first!
@GavHern3 жыл бұрын
Thank you so much! Could not find anything good for setting up svelte with parcel until this video! Adding to my project now
@SwashbucklingwithCode3 жыл бұрын
Nice! Svelte is pretty sweet.
@PluieMelodique3 жыл бұрын
Quality content, hope you rise quick!
@SwashbucklingwithCode3 жыл бұрын
Thank you.
@tasnimamaria10923 жыл бұрын
Really cool..please make a detailed video on parcel v2. Because in v2 there are many new features.
@BleedingDryTheHeart3 жыл бұрын
Thanks alot man , God knows how much ive been battling the postcss autoprefixer error with parcel without finding how to fix that.
@SwashbucklingwithCode3 жыл бұрын
Always great to know your suffering could help another person.
@sheldonfourie59593 жыл бұрын
I love your videos Swash! Just discovered you and you are so detailed and to the point and clear
@mrrobot75643 жыл бұрын
Geat content as always, Keep it up!
@SwashbucklingwithCode3 жыл бұрын
Thank you, kindly.
@m7mdnho154 Жыл бұрын
Hello Mr Jimmy, I've been doing some JavaScript for a while now. The shortcut commands that you did @ 4:36 really caught my attention, may I ask you how did you do that?
@SwashbucklingwithCode Жыл бұрын
There are a combination of things going on there, but the first on is the vs code plugin which-key, which is how I focus my sidebar without the mouse. I'm using NeoVim here, and I have it set up to create new files by just pressing 'a' when in the sidebar navigation. I don't quite have the same setup anymore so I can't give any more specifics than that, sorry.
@m7mdnho154 Жыл бұрын
@@SwashbucklingwithCodeThat's more than enough, configuring stuff is taking over everything when it comes to web development now xD. Thanks alot.
@farnaamsamadi53863 жыл бұрын
High quality content. Thank you
@maxtsh3 жыл бұрын
Cool man keep up the good things.
@grantsburke3 жыл бұрын
This is a gold mine 🙏🏻
@SwashbucklingwithCode3 жыл бұрын
This one took me a while to put together so I'm always happy to hear it was useful.
@aliassaad31443 жыл бұрын
It’s work help me a lot. Thanks!!
@FastEnglish4u10 ай бұрын
Thank you so much, I really appreciate your effort
@suyashpurwar83103 жыл бұрын
You are awesome! This was very helpful
@SwashbucklingwithCode3 жыл бұрын
Much appreciated.
@taggosaurus3 жыл бұрын
How do you have so less subscribers. Your content is solid.
@SwashbucklingwithCode3 жыл бұрын
Thank you. I'm mostly just trying this out to see how consistent I can be with putting out videos before trying to do much promotion, so that could be part of it.
@fardinkhan31033 жыл бұрын
thank you so much.. amazing video...
@SwashbucklingwithCode3 жыл бұрын
Sweet, thank you.
@1Malak163 жыл бұрын
Great info! Thank You!
@jamesbruner68343 жыл бұрын
This is way sick!
@dvdrtrgn3 жыл бұрын
"For a delicacy to remember" 🤣 28:58
@blue_mustang_2 жыл бұрын
I don't get how to do the routing in Parcel, any hint ??I'm starting a brand new project on Parcel.js about an e-commerce.Which approach is better ? SPA or multi-entry points.
@gablabelle3 жыл бұрын
With swc in Parcel 2 … can we now get type checking and declarations generation?
@SwashbucklingwithCode3 жыл бұрын
Haven't looked into it yet, but let us know if you find out.
@gablabelle3 жыл бұрын
@@SwashbucklingwithCode I didn't test it but, there you go v2.parceljs.org/languages/typescript/#generating-typings Will test it this week as I need a faster solution for a big monorepo.
@yopp12343 жыл бұрын
Overview of Snowpack/Vite would be interesting
@waqasahmed85002 жыл бұрын
When i try to access local server which is built by the parcel i get page not found can you help me with it..
@antonielmagalhaes22723 жыл бұрын
Nice video ❤️, could you made an Walkthrough and Review video about esbuild ?
@SwashbucklingwithCode3 жыл бұрын
Thank you. I've been working on a Rollup one next, which has been tricky to organize in a way I'm satisfied with. I haven't used esbuild except for a quick spin to see what it was about, so that'd likely be further down the line when I have some use cases for it and some experience.
@benedictlang74313 жыл бұрын
on start it shows everything correct, but if I build it, only the js file is linked to the html..what am i doing wrong?
@wandavazquez32013 жыл бұрын
I cannot get images or hyperlinks from an API/JSON file to render
@pablopenia2 жыл бұрын
you know if v2 (parcel not parcel-bundler) is too different? I'm following this guide only for pug and sass with V2
@SwashbucklingwithCode2 жыл бұрын
I still haven't made time to try out v2, sorry.
@wchorski3 жыл бұрын
When i go to build it puts my stylesheet as "src='/style.css'" and this unlinks the style if I fix it with a period it works just fine. but is annoying to fix on each build "src='./style.css'"
@b1az3rqwerty522 жыл бұрын
Hi, Another great video that was super helpful. However I have a problem: - I am making a web app and I am trying to use multiple entry points for the different pages available. - The problem is when I specify multiple entry points by using ' *.html ' and start the server I get the ' 404 page not found error '. - Why is this happening and is there any way i can fix and maybe use another method? Thanks.
@arthurshaidullin79813 жыл бұрын
very cool, thank you
@zart63693 жыл бұрын
the NPM install says parcel bundler is no longer maintained?? what 's your take on V2.
@SwashbucklingwithCode3 жыл бұрын
Right, they won't be fixing new issues but it still works fine at this point. I mentioned v2 a bit in the video, and it's something that has been in beta awhile so I'm waiting to cover it. Very promising, though.
@bishwajeetpandey1570 Жыл бұрын
Please help me out : I am just started with parcel and react but it is taking too much build time on each single small changes from 5s to 20sec i am really frustrated. Is this happening due to my quite slow pc or something else. By the way i am using amd e2 7th gen processor having dual core on 4gb ram (i know bundling is really cpu intensive work but this is what i have ) Please tell any solution
@SwashbucklingwithCode Жыл бұрын
That sounds like an unusually long time unless you have a massive project. Parcel 2 also has quite a lot of speed improvements so that is something you can look into upgrading to. I'd try some other tools as well to see if it is actually your machine or the build tool itself. There isn't much information to go off here, but I'd guess that if your project isn't massive you are processing some very large files you might not want to be. Images or something like that.
@bishwajeetpandey1570 Жыл бұрын
@@SwashbucklingwithCode no. Much heavy processing like images , neither have heavy project just initial configuration of react and parce .
@amarg262 жыл бұрын
Can we have video on vite with react along with auto reload?
@SwashbucklingwithCode2 жыл бұрын
I've been considering doing a Vite video, but their documentation is pretty good in the meantime. For the "auto reload" request, do you mean the browser refreshing on code changes (live reloading/hot reloading) or something different? If so, that should be on by default with Vite.
@amarg262 жыл бұрын
@@SwashbucklingwithCode as soon as we run npm start. I am expecting browser to be launched at 3000 and of course change detection and auto page reload
@amarg262 жыл бұрын
And yes also migrating from cra to vite in the existing projects
@Ismarthyper2 жыл бұрын
how to implement routing with parcel-svelte
@arthurshaidullin79813 жыл бұрын
bro, it is very helpfull video, but now, I'm trying using parcel v2, and I can't understand how use Namer(), how could I change destination folders for assets? like this: dist/ -css/ -js/ -img/ -svg/ P.S. I did it. )
@SwashbucklingwithCode3 жыл бұрын
Nice job.
@onlynowmotivation3 жыл бұрын
Thanks a lot!!!!
@savy54353 жыл бұрын
Good day everyone, please I need some help does anyone know how to make parcel work with php, thank you
@alexandrvienik15752 жыл бұрын
Nice try Saruman. You switched from dark magic to front end. So you choose the darkest path in you life
@looperrrr Жыл бұрын
Is this still reliable for 2024 ?
@КлиментийКараваев-у8з2 жыл бұрын
this guy looks hella jesus
@aloky2472 жыл бұрын
Loved watching this, but the Disgusting Scalar Academy Ad kept irritating me throughout the video.
@SwashbucklingwithCode2 жыл бұрын
Sorry to hear that. It sucks that even if you choose not to monetize videos KZbin will still show ads.
@alexandermediantsev6354 Жыл бұрын
Blah blah blah blah blah....lots of water
@SwashbucklingwithCode Жыл бұрын
Does "lots of water" mean "lots of fluff"? Or "lots of nonsense"? Cuz I think water is the thing you want the most of in your diet. Juice or soda might taste better but they are, of course, not that good for you to drink a lot of.
@schemagroup13 жыл бұрын
Can I just say I hate Webpack!
@SwashbucklingwithCode3 жыл бұрын
You may, if you've checked out my Webpack basics videos already.