Skip to content

Get rid of jQuery and its plugins. #67

@MeanEYE

Description

@MeanEYE

We are currently using jQuery in only few places, mostly relying on its DOM element selector which is now readily available in form of document.querySelector. This library is significantly increasing our load time and size for very few usages. The following codes need to be refactored not to rely on jQuery:

  • Communicator;
  • Language handler;
  • Individual module scripts;
  • Window system for backend.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions