Components in front-end frameworks
Hello, I'm currently learning React, I often saw the term "component" widely use across the docs. This is not only in React but also in other frameworks, like
Vue (Vue components). I was wondering, what do we mean by "component"? It's just a small piece of what HTML element we are going to create?