Web Components
Web Components (Part 2) – Integration into React
According to their idea, Web Components can be used independently of JavaScript frameworks. While this works with Angular, for example, with just a few steps without problems, the situation with React is unfortunately a bit different. Why this is so and how to solve the problem is explained in this blog post.
7 min
Web Components (Part 1) – Building Your Own Components
So-called “web components” are one way of building reusable UI components for web applications. Unlike common single-page app frameworks such as React or Angular, the component model is based on web standards
7 min