Learn Web Components In 25 Minutes
React was the framework that really popularized component driven development, but they weren’t the first and are definitely not the only tool for creating components.
2023-01-21 19:00:00 - Web Dev Simplified
JavaScript actually has its own built in way to create components called web components which have many of the same benefits of React components.
In this video I show you how to create your very first web component as well as how web components work.