Both the maze and map apps use jQuery as a dependency, but never to do anything really heavy; mostly just registering DOM-ready events and adding elements to other elements. You Might Not Need jQuery provides much lighter-weight code snippets to do the same thing.
Both the maze and map apps use
jQueryas a dependency, but never to do anything really heavy; mostly just registering DOM-ready events and adding elements to other elements. You Might Not Need jQuery provides much lighter-weight code snippets to do the same thing.