This has 19k views but deserves 1 million. You explain so concisely and straight to the point. Your examples were spot on, and your real life of example and deciding with framework to chose by searching for the job was incrediblely helpful. Bless you.
Your JS, HTML, and CSS tutorials might be the best on TH-cam! We absolutely need a React tutorial as well! most of the ones out here are super confusing!
best programming communicator ever. i was stuck in html,css forever and i watched your html/css course and created the youtube project with you. now i feel like i can create anything using html,css. next is java script. thank you for creating this awsome videos. there is no anyone on internet who make dev Supersimple. thanks again!!!!
I had to say that you are the supreme content provider on youtube for web development . Thank u for saving us from wasting lots of hours for searching adequate content on youtube as it is not elsewhere but yours. Thank You
This course has a kind of magic, it is as exciting as a web drama, simple and easy to understand. It is the best programming course I have ever seen, and I am honored to watch it. I hope to have a VUE course in the future
Your content is definitely above most dev tutorials so if you keep this up you should easily get into the hundreds of thousands of subscribers in no time. The algorithm really likes consistent, predictable upload schedules so if you got another long tutorial planned, make sure to release each chapter separately first, every two days or so. Oh TH-cam recently switched to valuing comments over likes and views, they consider videos that drive engagement the most important.
That's a great idea and I was considering that. It's hard to do a big project if I split it up though since each video starts off with a half-finished project. My current plan is to create the long tutorials over a period of time and release shorter videos while I'm working on it.
Actually, I take that back, you're right. I am planning a long modern JavaScript (ES2020) tutorial right now and I'll post them as separate videos as I make them. Thanks for the great idea!
@@SuperSimpleDev it's the consistency that the algorithm likes. It proves to youtube that your videos aren't one hit wonders and that people keep coming back specifically for you.
Just want to thank you, after learning a bit of python I have been learning frontend from your videos and the calm and detailed way you get into your explanations, linking information together, just outstanding. I have you to thank for what I know of JS and frameworks. Many thanks my guy 👍
Bro your content is built for me. You explain everything so perfectly. Times gone I would have watched your videos in 1.5X but now I am at 1X because you truly understand your stuff. You take me from zero to hero. I am a new programmer, eager to learn and grow.
Your javascript tutorial is so much different than others.. And very effective. Please do more tutorials like that Start with react tutorial first ♥️ Love from Bangladesh 💜
you deserve 5ive strars. You explain so concisely and straight to the point. Your examples were spot on, and your real life of example and deciding with framework to chose by searching for the job was incredibly helpful. Bless you.
This is by far the best and quite simple to understand explanation I’ve seen online. One question that still confuses me though, is React a JavaScript framework or library? Kindly help clarify. Thanks.
Great question! Usually frameworks have both a rendering system (Views) and a state management system (Models). ReactJS chose to provide only a rendering system which is why people call it a library instead of a full framework. This lets you easily add React to an existing project and integrate with an existing state management system. This was useful because many companies had already wrote a lot of code using older frameworks (like Backbone, Ember) and if React was a full framework, they would have to replace everything. If you're starting a new project, many people choose to use React with the Redux state management library. This combo is a framework, but React by itself would be considered a library. Hope that makes sense!
VERY INTERESTING! THANKS A LOT! I DO NOT UNDERSTAND EVERYTHING, BUT, YES...MOST OF WHAT YOU JUST EXPLAINED. IT HAS GIVEN ME A GOOD IDEA, AS A COMPLETE BEGINNER IN PROGRAMMING WITH JAVASCRIPT, ABOUT WHAT A FRAMEWORK IS AND FOR WHAT USE! LOVE AND TAKE CARE!
Thank you for sharing this quality content and making knowledge available to everyone. I had a little doubt, when you say "plain javascript" do you mean "vanella javascript"?
One of the best video for web developer and loved MVC explanation and displying system crazy/fancy words but simple meaning thank you so much from india
u just told those things that can easily understand a 10 years boy. you are soo amazing. plz don't stop putting videos.. go ahead and plz make a video of next js from zero to advance
This is the much detail one I came across. Thank u for explaining it clearly. Is reactjs is a library or framework what is the difference ? the link u provided in description for reactjs says its a library.
Thanks for watching! The pure technical definition is a “library” because it doesn’t have data management features like the other “frameworks” However, you can easily use React with Redux (a data management library) and it becomes a framework, which is why people just call React a framework. (This is also why a google search for “top JavaScript frameworks” will show react)
Hi, sir hope you are doing well, now I want to tell you, that your teaching technique is just amazing and easy to understand. You are just cool and figure out all points that students need to understand for configuring their learning. sir, I won't do a request to you if possible create a PHP full course with WordPress theme development and plugins development step by step. By that learning, people can solve every problem of core PHP and WordPress issues and bugs also. Again wishing a very happy life for you .thank you very much.
So I wanna help my dad make a cross platform app. From what I’m understanding it isn’t necessary to use a framework but it would be highly recommended right? Also would’ve framework make my app cross platform or how does that work.
Hi Simon, Greetings of the day. I am one of your subscriber who getting benefit from your videos. Thanks for that. Good job. And I want to learn about Mern stack. I checked all of your videos. I think you yet to put some videos regarding MERN Stack. So please help us to learn that. Thanks again.
A library is usually just a collection of individual functions that are useful on their own (like date functions to help you manage dates). A framework contains functions, classes, and other code that are used in combination together to create more complex applications. Hope that helps
How much time does it take to learn a framework? I also wanted to know the difference between framework and library? Between I thought react is library and angular a framework, so I am completely confused here.
Good question! A framework is a certain way of writing and structuring your JavaScript code so you have to know JavaScript to use a framework. That being said, you’re right. No one really learns how to build a full website in pure JavaScript anymore since it’s much easier to build websites using a framework. Developers just learn enough JavaScript to be able to work with a framework, then they just use the framework to build websites. Hope that makes sense
@@SuperSimpleDev very interesting and thank you for the quick response. I'll look more into learning a framework. My JavaScript probably needs more work to though.
No worries, yea give it a try! There’s quite a bit of learning curve with every framework but I recommend ReactJS since it's modern and seems to be an easier one to pick up reactjs.org/tutorial/tutorial.html
Came here to learn the difference between frameworks and libraries but seems like in this corner of the internet it is not known that react is a library, angular is a framework. How come nobody realizes this?
This has 19k views but deserves 1 million.
You explain so concisely and straight to the point. Your examples were spot on, and your real life of example and deciding with framework to chose by searching for the job was incrediblely helpful. Bless you.
Your JS, HTML, and CSS tutorials might be the best on TH-cam! We absolutely need a React tutorial as well! most of the ones out here are super confusing!
😂super confusing!... yes
best programming communicator ever. i was stuck in html,css forever and i watched your html/css course and created the youtube project with you. now i feel like i can create anything using html,css. next is java script. thank you for creating this awsome videos. there is no anyone on internet who make dev Supersimple. thanks again!!!!
I had to say that you are the supreme content provider on youtube for web development . Thank u for saving us from wasting lots of hours for searching adequate content on youtube as it is not elsewhere but yours. Thank You
This course has a kind of magic, it is as exciting as a web drama, simple and easy to understand. It is the best programming course I have ever seen, and I am honored to watch it. I hope to have a VUE course in the future
Your content is definitely above most dev tutorials so if you keep this up you should easily get into the hundreds of thousands of subscribers in no time. The algorithm really likes consistent, predictable upload schedules so if you got another long tutorial planned, make sure to release each chapter separately first, every two days or so. Oh TH-cam recently switched to valuing comments over likes and views, they consider videos that drive engagement the most important.
That's a great idea and I was considering that. It's hard to do a big project if I split it up though since each video starts off with a half-finished project. My current plan is to create the long tutorials over a period of time and release shorter videos while I'm working on it.
Actually, I take that back, you're right. I am planning a long modern JavaScript (ES2020) tutorial right now and I'll post them as separate videos as I make them. Thanks for the great idea!
@@SuperSimpleDev it's the consistency that the algorithm likes. It proves to youtube that your videos aren't one hit wonders and that people keep coming back specifically for you.
Just came from the future to say you were right about the hundreds of thousands.
nice prediction!
Can you do tutorial about React,Typescript,NodeJS,Testing…please
Hard job😢
On point..
Thats too much for him lmao
Just want to thank you, after learning a bit of python I have been learning frontend from your videos and the calm and detailed way you get into your explanations, linking information together, just outstanding. I have you to thank for what I know of JS and frameworks. Many thanks my guy 👍
Bro your content is built for me. You explain everything so perfectly. Times gone I would have watched your videos in 1.5X but now I am at 1X because you truly understand your stuff. You take me from zero to hero. I am a new programmer, eager to learn and grow.
Your javascript tutorial is so much different than others.. And very effective.
Please do more tutorials like that
Start with react tutorial first ♥️
Love from Bangladesh 💜
As a starting dev, I have gained +1 exp from this video.
Commenting for algorithm boost! I hope your tutorials reach more people because they're amazing.
Thanks for commenting! 😄
you deserve 5ive strars. You explain so concisely and straight to the point. Your examples were spot on, and your real life of example and deciding with framework to chose by searching for the job was incredibly helpful. Bless you.
The name "super simple" fits you so well. You are VERY good at explaining
Thanks. I'm not a web developer but I am looking to develop a site, and this has helped me a lot to understand how to approach the task.
This is by far the best and quite simple to understand explanation I’ve seen online. One question that still confuses me though, is React a JavaScript framework or library? Kindly help clarify. Thanks.
Great question! Usually frameworks have both a rendering system (Views) and a state management system (Models). ReactJS chose to provide only a rendering system which is why people call it a library instead of a full framework. This lets you easily add React to an existing project and integrate with an existing state management system. This was useful because many companies had already wrote a lot of code using older frameworks (like Backbone, Ember) and if React was a full framework, they would have to replace everything.
If you're starting a new project, many people choose to use React with the Redux state management library. This combo is a framework, but React by itself would be considered a library. Hope that makes sense!
comment for the algorithm. you made it super simple and easy to understand for me as a learner. Keep the good job up.
I'm happy to hear that 😄 thanks for watching!
Thanks!
best overview I have viewed, clear and concise thx
Your tutorials are so helpful and super easy to understand I have to say thanks .
Amazing video! Thanks for the info!
Thanks for watching!
You are a gift to programmers
I haven't reach on frameworks. currently I'm on JavaScript but your this video is definitely going to help me in future so I'm saving this video❤
I rarely like a video when asked, but your tutorials are so informative. Thanks very much. SUPER LIKE.
I love this guy , hope you still doing it, god bless you !
I watched all of your video on TH-cam channel and I'll doing it anytime you upload new videos !
VERY INTERESTING! THANKS A LOT! I DO NOT UNDERSTAND EVERYTHING, BUT, YES...MOST OF WHAT YOU JUST EXPLAINED. IT HAS GIVEN ME A GOOD IDEA, AS A COMPLETE BEGINNER IN PROGRAMMING WITH JAVASCRIPT, ABOUT WHAT A FRAMEWORK IS AND FOR WHAT USE! LOVE AND TAKE CARE!
Simon you are a super genious man😮😮
You teaches are super clear and concise, thanks man....
Thank you for sharing this quality content and making knowledge available to everyone. I had a little doubt, when you say "plain javascript" do you mean "vanella javascript"?
One of the best video for web developer and loved MVC explanation and displying system crazy/fancy words but simple meaning thank you so much from india
A great intro with details so anyone will know what he/she is going to learn about.
I want to click the like button but I found out that I have watched this video before and already liked it
The pacing of this video was perfect
Thanks for watching!
your Explanation is very clear.thank you for sharing
Hi, can you make a video regarding promises, and async await in javascript? Because you explain things clearly than other tutorials. Thanks!
A nice concise, but thorough enough explanation. Thank you.
This has 19k views but deserves 1 million 🎉🎉
u just told those things that can easily understand a 10 years boy. you are soo amazing. plz don't stop putting videos.. go ahead and plz make a video of next js from zero to advance
Thank you! Yes, everything in programming is created for a reason and to make things easier. I’ve heard of nextjs but haven’t had time to try it
Crystal clear explanation. Thanks.
I watched you couple videos 😊, bro you are underrated 🥺❤️ bte keep it up
Thanks for the support 😄 I will make more videos for you!
We need a JavaScript full course tutorial
I agree with Trazyn. Your video is great and very informative. Please keep uploading more content like this
Please make a full course video for Java and JavaScript as well
Hey Simon, I want to tell you that you are the Best TH-camr 👍👍👍
Thanks for the fantastic videos
Thank you! Your video is very informative.
Thanks for watching! Hope it made sense
I really love your tutorial, please do you have a tutorial on React.js I love your classes
This is the much detail one I came across. Thank u for explaining it clearly. Is reactjs is a library or framework what is the difference ? the link u provided in description for reactjs says its a library.
Thanks for watching! The pure technical definition is a “library” because it doesn’t have data management features like the other “frameworks”
However, you can easily use React with Redux (a data management library) and it becomes a framework, which is why people just call React a framework. (This is also why a google search for “top JavaScript frameworks” will show react)
Thanks. You deserve more subs. It would be so cool if you could make a detailed video on React.
Please make a video tutorial about Angular, Thanks
Hi, sir hope you are doing well, now I want to tell you, that your teaching technique is just amazing and easy to understand. You are just cool and figure out all points that students need to understand for configuring their learning. sir, I won't do a request to you if possible create a PHP full course with WordPress theme development and plugins development step by step. By that learning, people can solve every problem of core PHP and WordPress issues and bugs also. Again wishing a very happy life for you .thank you very much.
A great explanation
Thank you❤
That's awesome explanation ❤
Very helpful and hands-on!
Thanks for watching!
You explanation exceed any video I have watch ,can you please do a video on backend development
Can you react module,typescripts module,node JS,testing module ….please
Love the video. Thanks. God bless you. ❤
i love your explanations brah
Thank you so much, I learnt a lot
Please make video on angular and node js
how can i improve to become a developer like you because i don't have any basics
Plz make video on javascript frameworks
i loved your video.please keep it up . Thanks :)
Great content keep it up
Can you please teach spring boot
Thank you so much. this is very helpful
Thanks for watching!
please do tutorial on mobile development using java scripts
very helpful, thank you.
Thanks for watching!
please make a video's of Angular
Bro thank you very much
Keep it up
Thanks for watching!
Can you make a tutorial on js framework pls
So I wanna help my dad make a cross platform app. From what I’m understanding it isn’t necessary to use a framework but it would be highly recommended right? Also would’ve framework make my app cross platform or how does that work.
great video , thanks
Great vid great teacher
Hi Simon, Greetings of the day. I am one of your subscriber who getting benefit from your videos. Thanks for that. Good job. And I want to learn about Mern stack. I checked all of your videos. I think you yet to put some videos regarding MERN Stack. So please help us to learn that. Thanks again.
Hello, Simon! I am confused about the difference between framework and library. Can you please help clarify? Thank you!
A library is usually just a collection of individual functions that are useful on their own (like date functions to help you manage dates). A framework contains functions, classes, and other code that are used in combination together to create more complex applications. Hope that helps
so, if we use react js to create website we just need to write html and css and react will auto generate java script for us ?
How much time does it take to learn a framework? I also wanted to know the difference between framework and library? Between I thought react is library and angular a framework, so I am completely confused here.
Thank you, but I have a question. If it's easier to program using a framework then why learn JavaScript at all?
Good question! A framework is a certain way of writing and structuring your JavaScript code so you have to know JavaScript to use a framework.
That being said, you’re right. No one really learns how to build a full website in pure JavaScript anymore since it’s much easier to build websites using a framework. Developers just learn enough JavaScript to be able to work with a framework, then they just use the framework to build websites. Hope that makes sense
@@SuperSimpleDev very interesting and thank you for the quick response. I'll look more into learning a framework. My JavaScript probably needs more work to though.
No worries, yea give it a try! There’s quite a bit of learning curve with every framework but I recommend ReactJS since it's modern and seems to be an easier one to pick up reactjs.org/tutorial/tutorial.html
Please do more tutorials like that
Start with react tutorial first..thank you so much
Simon please make a video for java.
Thank you so much!
Just saying if you have a class i will enroll in it.
which vs code theme has used on 4:18 (left)??
Dracula
Vuejs composition api ( setup tag) course please 🙏
really in detail
very nice. just performed my youtube duties - liked subbed and commented
Nice vid. Really.
Came here to learn the difference between frameworks and libraries but seems like in this corner of the internet it is not known that react is a library, angular is a framework. How come nobody realizes this?
Do you have a course on react
Can u please do a video on this framework from scratch level to pro level.please from india bro.
I can't find that old video on the basics of Javascript. It's not in the description. Am I blind?😅
He may have unlisted it because he released his new video on JavaScript that’s way more in depth than that one was
So framework == write less code but the end result is similar to vanilla javascript code? That's it?
Framework is like a library
frame work is a barrier to me please do a tutorial on a specific js framework like nodejs,angulajs .et.c i will appreciate
Nice video!
where is the old javascript vedio thats 1hr40min vedio only i want that now🥲 the new vedio of javascript took more hours
Hey brother, is it possible to have a django course with you ?
Thank you so much..❤
Always welcome
Can I get a job just knowing html, css and Javascript plus these frameworks?
short and crisp
Please make more Video tutorial!