|
|
|
|
|
by EB66
2892 days ago
|
|
It sounds like you're saying using jQuery and a modern component-ized front-end framework are mutually exclusive. jQuery and modern front-end components can go together very easily -- albeit not specifically with React and Vue. Our company built an in-house front-end framework heavily inspired by React and Vue. The components built using the framework work with or without jQuery. No manual DOM manipulations, one-way data binding, sane state management, templating, etc. Many of us prefer to use jQuery because of how compact and expressive the syntax is. It really surprises me how many people think that jQuery === old school manual DOM manipulations. It definitely doesn't have to be that way. |
|