How to realize the componentization of front-end ui without relying on front-end frameworks such as React, Vue and Angular?

< H2 > how to realize the componentization of front-end ui without relying on front-end frameworks such as React, Vue and Angular? < / H2 >

develop one yourself?


before using this, most of the front-end interface components are implemented based on jQuery, of course, there are some self-contained ui components that do not rely on jQuery or use other frameworks, but jQuery-based components are the most abundant.


there are many front-end UI components on the market, so you can just use them, so you don't have to build wheels over and over again.
recommends a pure front-end UI component of

Previous: Data cannot be queried after mysql preprocessing

Next: Vue {{num / 1000}} retains two significant digits

Menu