JavaScript ES6 Modules

  Рет қаралды 471,654

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 401
@samdavepollard
@samdavepollard Жыл бұрын
that rare thing - a tutorial about modules which doesn't assume I already know how to use modules many thanks for sharing your knowledge; totally got me up and running subbed
@johnniestang
@johnniestang 5 жыл бұрын
Dude ... I've watched a lot of videos recently trying to understand ES6 modules and why they weren't working for me. You nailed my issue and cleared up a lot of confusion.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm really glad my video was able to help!
@maksymdudyk1718
@maksymdudyk1718 4 жыл бұрын
Kyle is a very gifted presenter. Very. You are right.
@Djolesabijacica
@Djolesabijacica 3 жыл бұрын
true, I haven't seen in any other tutorial that I have to type in script type="module" , I was wondering why my function calls are not working in other .js file
@shiytp
@shiytp 5 жыл бұрын
you really live up to your channel name. i've been through countless channels to get a better grasp on ES6 and yours are by far the best. other channels tend to speedrun their tutorials without explaining everything while you do it nice and simple. wish i found you sooner.
@WantOxide
@WantOxide 2 жыл бұрын
I've come to the conclusion that this guy is the worst teacher ever seen. He explains like a monkey with brain damage. I don't know what you're talking about but this is terrible on so many levels.
@TrouvatkiDePercusion
@TrouvatkiDePercusion 4 жыл бұрын
Holy fucking shit... I finally understand what modules are, and not only that, now I finally understand when you're supposed to use braces in import statements and when not to... Bro, you deserve to be world-famous, seriously. This is amazing.
@thomasm1964
@thomasm1964 2 жыл бұрын
What a beautifully clear, succinct, calm and focussed video! I learned more in five minutes of watching you than I have in hours of reading elsewhere. Brilliant!
@Huy-ed2re
@Huy-ed2re 4 жыл бұрын
Literally the best ES6 tutorials on the internet. So simple yet so powerful :)
@WantOxide
@WantOxide 2 жыл бұрын
I've come to the conclusion that this guy is the worst teacher ever seen. He explains like a monkey with brain damage. I don't know what you're talking about but this is terrible on so many levels.
@leetcodeking4859
@leetcodeking4859 2 жыл бұрын
I'm Chinese, love this, he help me past me master classes.
@javascriptmastery
@javascriptmastery 6 жыл бұрын
Continuing to provide awesome content, as always! 🔥
@WebDevSimplified
@WebDevSimplified 6 жыл бұрын
Thanks!
@carolina54
@carolina54 4 жыл бұрын
OMG what an awesome way to explain it. I literally spend 3 days without understanding how export and import worked and you made it seem so easy through coding and examples!! I definitely susbscribed!! Keep it up!! Thanks so much!
@noah.2628
@noah.2628 3 жыл бұрын
Dude, thank you soo much. Before I was so confused/stuck on "require" topic but now since you've explained it to us in such a way I can understand it now. Once again, thank you!
@filipemarques4677
@filipemarques4677 4 жыл бұрын
I have a CodeCademy account, and the funny thing is: after doing the exercises there or if I'm stuck, I come here and get the better understanding of the subject. Please keep these videos up! xD
@hafsasaleem3568
@hafsasaleem3568 3 жыл бұрын
You are a Godsend! No amount of time spent on 100s of tutorials and documentation made me understand JavaScript as much as your videos did. Kudos!
@randymartin9040
@randymartin9040 3 ай бұрын
Thank you so much, I've watched quite a few of these videos and I finally understand why my exports weren't working as expected. I love that you show the error cases, and then correct them instead of trying to show off perfect code. It's way more useful so that we can learn from our own mistakes too. Much appreciated God bless!
@eddyqiu5161
@eddyqiu5161 5 жыл бұрын
Looks like I need to run that code with Live Server in order to avoid getting errors related to CORS Policy. Great tutorial! Subbed.
@royalenfieldmeteorrider7873
@royalenfieldmeteorrider7873 5 жыл бұрын
thanks to Ritwick Dey for gifting us Live Server
@333jjjjjj
@333jjjjjj 3 жыл бұрын
This is important and should have been mentioned in the video. - a guy who learned this the hard way 30 minutes into a timed interview assessment, no servers allowed. Now, i still passed since i have chops. Close call though
@ahiduzzamanahir1338
@ahiduzzamanahir1338 2 ай бұрын
I love when things are explained with application and use cases. Awesome tutorial
@Datdus92
@Datdus92 5 жыл бұрын
This channel is a goldmine! :D
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thanks!
@samansinaei1426
@samansinaei1426 3 жыл бұрын
Thank you so much, I learned export and import in js very easily for the first time. I loved the way you only used export keyword before functions and that you explained default export very well. Best wishes
@rodneytapit5636
@rodneytapit5636 Жыл бұрын
These are the best tutorials on the internet, you are a talented natural teacher.
@ChrisAthanas
@ChrisAthanas 3 жыл бұрын
Such a clear explanation of a subject that so many Devs struggle with explaining to beginners
@mohammadirmansyah9913
@mohammadirmansyah9913 3 жыл бұрын
Still the best learning channel for me, simple, straight, and sharp information. Keep up the good work bro. Thanks.
@briandacallos4234
@briandacallos4234 4 жыл бұрын
He is the new Bucky Roberts
@abahiduh3246
@abahiduh3246 Жыл бұрын
Bucky Robert is the first greatest free GOOD tutorial that happened to us on KZbin... with detailed free lectures. then traversy media, fireship, webdev SIMPLIFIED... GREAT GUYS
@kenkioqqo
@kenkioqqo 3 жыл бұрын
Your explanations are top-notch. Your choice of what to teach is very relevant, especially to beginners, like me. I have been following your videos for the last few months, and they are really helping me understand JavaScript. It's very hard to quit when there are content creators like you to help. Keep up the great work bro.
@KhalilKHAMLICHI
@KhalilKHAMLICHI 5 жыл бұрын
can't be any clear than this explanation. bravo to you. you the best
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thank you!
@thien837
@thien837 10 ай бұрын
great video! I was reading the doc and it toasted my brain. i didnt understand anything but i got it instantly after wathcing this. you explained the concepts very well 👍
@getorvillized7499
@getorvillized7499 5 жыл бұрын
Thought it was about time for me to learn how to use ES6 modules. I thought this video was practical and to the point. I can put to use what I learned from it right away. Thanks!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm really glad I could help.
@Rahees-hu-main
@Rahees-hu-main 9 ай бұрын
Thank you very much for this video. I was stuck as I was getting errors then after adding - type='module' in script tag in HTML everything resolved. I am grateful for this video. Thanks for the help!
@Capicuaman
@Capicuaman 5 жыл бұрын
I actually did enjoy the video, very much. Thanks
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
You are welcome!
@LearnWithNeeraj777
@LearnWithNeeraj777 2 жыл бұрын
The channel deserves to have minimum 2 million sub
@ayahatheel2744
@ayahatheel2744 10 ай бұрын
Thank you, I'm actually going through a coarse over coursera and you just made it way easier. Appreciate it
@hasnainwasaya
@hasnainwasaya 6 ай бұрын
thanks for the detailed yet simple explanation of this concept
@getrekt1386
@getrekt1386 5 жыл бұрын
came across this channel for some revision, amazing content
@PapaBear_Gaming
@PapaBear_Gaming 5 жыл бұрын
Thank you so much for this. Just going over this topic and it looked rather confusing until you went over it :)
@hakuenstudio
@hakuenstudio 4 жыл бұрын
Thanks for your work! I have to say, I think you are the best youtube about javascript/web that I have seen. Thank you so much :)
@anticsBack
@anticsBack 5 жыл бұрын
Very good and simple explanation, both for beginners and people who want to revise. Like + subscribed.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thank you so much! I'm glad you enjoyed it.
@1apocalyps
@1apocalyps 5 жыл бұрын
Straight, to the point, no fluffs = (Attention + Learning) >= (Knowledge + Success) = $$$
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm glad you enjoyed it.
@basiccodingwithadam8125
@basiccodingwithadam8125 5 жыл бұрын
Great explanation! First time viewer +1 subscriber
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thanks! I'm really glad I could help.
@sib3709
@sib3709 5 жыл бұрын
Super clear beginner friendly explanation! Thx!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
You're welcome!
@terashelf8555
@terashelf8555 3 жыл бұрын
Explained in a very simple way and just in minutes.
@arifhossain8753
@arifhossain8753 2 жыл бұрын
You are always king 👑. Your teaching style is very organized!
@ztormone3373
@ztormone3373 4 жыл бұрын
Besides traversy ,dev ed and 2 more good guys I subscribed to your channel too. U are great dude.
@zxenon_
@zxenon_ 4 жыл бұрын
Very clear and straightforward explanation... One thing I want to point out... for God's sake, master the language not the framework. When one masters new Js capabilities, it is easier to understand tools like VueJs and React and not see them as a magic blackbox.
@biswamohandwari6460
@biswamohandwari6460 4 жыл бұрын
What to say! Man your a genius, a champ. You make things so simple to understand..
@TheUltimateTrainJourney
@TheUltimateTrainJourney 4 жыл бұрын
Simply great and justified as channel name
@michaelpay1704
@michaelpay1704 2 жыл бұрын
5:03 "If you save that, it'll say user's name is 11, which as we both know is incorrect" El from Stranger Things: "Am I a joke to you?"
@sandesh.sukubhattu
@sandesh.sukubhattu 3 жыл бұрын
Thanks. Really awesome short and depth video. Cheers
@Vincent1990-l1y
@Vincent1990-l1y 3 жыл бұрын
This guy explain everything in a very good way, like it!
@Spades340
@Spades340 5 жыл бұрын
Well done. I feel like I learned a lot in a short amount of time. Subbed.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
That is great! That is my goal with these videos.
@NeilTruick
@NeilTruick 5 жыл бұрын
Same here. Came for a snack...got a meal. 👍
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
@@NeilTruick I like that analogy.
@nimatsergiu2942
@nimatsergiu2942 4 жыл бұрын
Keep it up, mate, you are doing a fantastic job here. Thanks for that! ;)
@sasazezelic
@sasazezelic 3 жыл бұрын
Your videos are always the first I watch when I'm learning new things. Another great video! I have a question... Where does the exported data live? Is it loaded in client's memory?
@zm690
@zm690 4 жыл бұрын
Your explanation is so clear, every time..
@kiranbs5057
@kiranbs5057 Жыл бұрын
Neat and simplified Explanation :). Thanks.
@mixiomi4125
@mixiomi4125 4 жыл бұрын
Thank you. Kyle. You teach so well that I can follow you and understand..
@achtube85
@achtube85 3 жыл бұрын
Very clear, well-explained, step-by-step js juice here. Thanks!
@Bayo106
@Bayo106 4 жыл бұрын
damn, imagine knowing this before learning React. Here I am thinking this looks just like React but obviously it's just JS syntax that I was un familiar with before starting with React
@RyanValizan
@RyanValizan 4 жыл бұрын
Bayo106 It is always suggested one learn the underlying language basics before working with or learning a framework. It can make it very difficult to see the difference between JS and the framework.
@FitriRatnaDewi
@FitriRatnaDewi 4 жыл бұрын
I also thought the same thing. I had a hard time trying to learn React, but now I know that JS was what I didn't know back then.
@pjguitar15
@pjguitar15 4 жыл бұрын
i came here to learn modules bec they say that it's a pre-requisite in learning react. haven't started react tho
@archable
@archable 4 жыл бұрын
You can actually use React with ES6 modules because React is a library and not a Node.js framework. See i5ar/create-react-without-jsx-app on GitHub.
@Bayo106
@Bayo106 3 жыл бұрын
@@RyanValizan obviously but I didn't know es6 to this extent
@SlingShotKid007
@SlingShotKid007 5 жыл бұрын
This was right to the point with a lot of great info in a short video. Thanks, subbed
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm really glad you enjoyed it.
@curtis6604
@curtis6604 4 жыл бұрын
YOU DESERVE WAYYYY MORE VIEWS MY MAN
@johnnicol4420
@johnnicol4420 4 жыл бұрын
You have to make a Udemy "MODERN JAVASCRIPT COURSE" - Your way of explaining concepts are simple and easy to understand. You are a very good teacher. Looking forward to buying your new Udemy course. ;) Thanks for the help!
@julienwickramatunga7338
@julienwickramatunga7338 4 жыл бұрын
Thank you for this crystal clear video! Boom, you got a new subscriber 😁
@imajt5
@imajt5 5 жыл бұрын
really like the way you explain the thing. Just to the point. Thanks.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
You're welcome!
@mahdi_c200
@mahdi_c200 2 жыл бұрын
thank you so much body, you saved me from lot of errors !
@pixzelplethora9815
@pixzelplethora9815 5 жыл бұрын
This really helped. Nice simple lesson to drive home fundamentals. Thanks!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm glad I could help!
@isholapinheiro
@isholapinheiro 3 жыл бұрын
You made me feel like this was easy enough and i should have known this a long time ago, but not in a bad way.
@alibeyit3860
@alibeyit3860 3 жыл бұрын
We need a babel vid from you Kyle!
@i5artube
@i5artube 4 жыл бұрын
Nice video... You should use the `.mjs` extension for modules so you know the file is a module without even open it.
@aymenob2484
@aymenob2484 2 жыл бұрын
love this guy way of explaining
@abhiii3333
@abhiii3333 8 ай бұрын
Clear and to the point. Thanks!
@abulkalamasif1270
@abulkalamasif1270 Жыл бұрын
This channel is really great
@ZoroastrianCowboy
@ZoroastrianCowboy 5 жыл бұрын
Great channel man, thanks for the great videos
@crashcourseindonesia5063
@crashcourseindonesia5063 3 жыл бұрын
thanks bro, you save me a lot in the deadline..
@heinhtet7292
@heinhtet7292 3 жыл бұрын
Thank you so much! You just made my day.
@ecarbajal1982
@ecarbajal1982 4 жыл бұрын
My man great VIDEO! Totes helping me out with my development. Keep up the awesome work and I hope you getting paid!
@sabuein
@sabuein 2 жыл бұрын
As always, thank you so much.
@aurelianobuendia24
@aurelianobuendia24 4 жыл бұрын
Really nice videos, finally I kind of understand modules, i´ve been fighting them in the new versions of three.js and its driving crazy,.
@lukkaew6327
@lukkaew6327 3 жыл бұрын
you really simplified it!!! Thank you!
@tymothylim6550
@tymothylim6550 3 жыл бұрын
Thank you very much for this :) It was very informative :)
@kaykay-d9y
@kaykay-d9y 4 жыл бұрын
This cracked open modules for me finally, thanks!
@alanmurray4011
@alanmurray4011 2 жыл бұрын
Very helpful, thank you Kyle 🙏🏻
@kavehramzanzad
@kavehramzanzad 5 жыл бұрын
Hey Man You are awesome, thank you for this amazing work! well done!
@samuelnmeje
@samuelnmeje 4 жыл бұрын
nice explanation as user, you are awesome !!
@NotAshamedOfficial
@NotAshamedOfficial 3 жыл бұрын
Best explanation I've heard so far So exports is kind of like public in c sharp
@KhaPiano
@KhaPiano 5 жыл бұрын
Very simple and clear video. Thanks!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
You're welcome!
@himbary
@himbary 5 жыл бұрын
Great, thanks! Short and on the point
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
I'm glad you enjoyed it.
@loverphp5605
@loverphp5605 5 жыл бұрын
perfect video and very high significant information thanks for you and keep going
@Pareshbpatel
@Pareshbpatel 3 жыл бұрын
Excellent, succinct video on ES6 Modules. Thanks, Kyle {2021-06-14}, {2022-03-07}
@briandacallos4234
@briandacallos4234 4 жыл бұрын
You never disappoint me kyle
@firozgg7524
@firozgg7524 3 жыл бұрын
Thanks man! This helped me a lot...
@rameenana
@rameenana Жыл бұрын
Thanks man. This was helpful.
@saldownik
@saldownik 4 жыл бұрын
Great vid, very informative. Thanks.
@alexandraionita44
@alexandraionita44 4 жыл бұрын
really well explained! Thank you:)
@eddiejaoude
@eddiejaoude 6 жыл бұрын
Great explanation and demo 👍. Keep them coming 🤓
@WebDevSimplified
@WebDevSimplified 6 жыл бұрын
Thanks! I'm not planning to stop anytime soon.
@eddiejaoude
@eddiejaoude 6 жыл бұрын
Web Dev Simplified looking forward to the next one 🤓
@steevbravo
@steevbravo 5 жыл бұрын
Simple explanation. Keep up the good work!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thanks!
@hertechera
@hertechera Жыл бұрын
Thank you so much for these
@red1io
@red1io 2 жыл бұрын
Great tutorial. Thank you 💙
@lben5904
@lben5904 4 жыл бұрын
Thank you for this clear lesson.
@ddarkodev2923
@ddarkodev2923 3 жыл бұрын
Crystal clear! Thanks 💪
@masoudazadi
@masoudazadi 3 жыл бұрын
That was great👍💪
@foREVer1996123
@foREVer1996123 5 жыл бұрын
Thanks! the explanation is so clear.
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
You're welcome!
@ItsyBitsyChelly
@ItsyBitsyChelly 5 жыл бұрын
Brilliant. Subscribed!
@WebDevSimplified
@WebDevSimplified 5 жыл бұрын
Thank you!
@helmialfathseptiana6383
@helmialfathseptiana6383 4 жыл бұрын
its clearing my mind abou t ReactJS
@MrAbdooo2008
@MrAbdooo2008 4 жыл бұрын
pls someone answer me what happen when we import just a part of module like an object in react or js 1- can we access other function in the module 2- is all module geeting excuted 3- what really happen behind the scene
@cristianannese6040
@cristianannese6040 5 жыл бұрын
amazing! thank you so much!!!
What Is The Fastest Way To Load JavaScript
10:21
Web Dev Simplified
Рет қаралды 186 М.
Require vs Import Javascript
22:39
Monsterlessons Academy
Рет қаралды 81 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Why Is Array/Object Destructuring So Useful And How To Use It
13:24
Web Dev Simplified
Рет қаралды 433 М.
5 Must Know JavaScript Features That Almost Nobody Knows
18:06
Web Dev Simplified
Рет қаралды 479 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
JavaScript OOP Crash Course (ES5 & ES6)
40:21
Traversy Media
Рет қаралды 596 М.
JavaScript Promises In 10 Minutes
11:31
Web Dev Simplified
Рет қаралды 1,8 МЛН
Learn DOM Manipulation In 18 Minutes
18:37
Web Dev Simplified
Рет қаралды 1 МЛН
JavaScript Modules Crash Course
48:38
freeCodeCamp.org
Рет қаралды 51 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 933 М.
Learn JavaScript DOM Traversal In 15 Minutes
14:44
Web Dev Simplified
Рет қаралды 230 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН