1. How to choose your JavaScript framework?
Rule of thumb: be open-minded about frameworks! Experiment with more than one so that you're able to understand how they work, their similarities and how they differ.
You will eventually find the one you identify best with but it's really common to see professional developers ending up proficient in more than one framework. They are able to work with different technologies depending on the project they're working on.
The world of web development is moving fast, and you have to make decisions today on which tools to use. John examines the current state of JavaScript's most popular frameworks: React, Vue and Angular.
Choosing Your JavaScript Framework
Which client-side JavaScript library should you learn? React.js is the most popular ... but will Vue.js become the leader?
Should you learn Vue.js or React.js?
Angular vs React vs Vue. Which one is best? Which one should you learn? Here's my opinion + a detailed comparison!
Angular vs React vs Vue
2. Vue.js overview
What is Vue.js? Learn the basics of Vue and build your first reactive UI component in just 100 seconds ⚡👀
Vue.js Explained in 100 Seconds
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.
The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
What Is VueJS?
3. React overview
What is React (React js)? This video explains it in 5 Minutes!
What Is React (React js) & Why Is It So Popular?
4. Angular overview
When you're just starting out you are probably wondering "What is Angular exactly? When you ask that question it leads to a lot of concepts that are over your head and don't make sense. So in this video I really want to cover what exactly Angular is and why it's even necessary... all from a beginners point of view.
What is Angular? (Explained for Beginners)
5. Other frameworks
Svelte
First, we learn some basic concepts in Svelte 3 and how to build reactive UI components with JavaScript. Then we build a fullstack realtime todo list with RxFire and Svelte.
Svelte 3 Reaction & QuickStart Tutorial
Should you choose SvelteJS over React.js or Angular?