Frameworks
Vue.js
Vue.js is an open-source Javascript framework used to develop interactive web interfaces.
The creator of Vue.js envisioned a library that brought the best of React and Angular together in a framework that could be progressively adopted.
This video wil help you learn the basics of Vue and build your first reactive UI component.
Angular
Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript.
It implements core and optional functionality as a set of TypeScript libraries that you import into your applications.
Next.js
Next.js is a React framework that enables several extra features, including server-side rendering and generating static websites.
React Native
React Native is a framework for building native apps using React.
It allows developers to build cross-platform apps for iOS, Android, and the Web from a single JavaScript codebase.
Svelte
Svelte is a JS framework for building reactive UI components. But unlike React, Angular, and Vue, it does not ship a runtime like Virtual DOM to the browser.
Svelte 3 QuickStart Tutorial
This video will help you learn some basic concepts in Svelte 3 and how to build reactive UI components with JavaScript.