Are there any plans in the roadmap to drop jQuery dependency? For a lot of modern applications it is a library that adds unnecessary weight to bundle sizes. Most of its main usages are available OOTB in the platform (i.e. selectors) or if needed smaller polyfill/alternatives are used.
Are there any plans in the roadmap to drop jQuery dependency? For a lot of modern applications it is a library that adds unnecessary weight to bundle sizes. Most of its main usages are available OOTB in the platform (i.e. selectors) or if needed smaller polyfill/alternatives are used.