Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Chapter 8, “Adding Static Interactions Using JavaScript,” explained how to write high-performing JavaScript code without using frameworks. Every developer reading this book has likely worked with AJAX before, but perhaps not without using frameworks.
The purpose of minimizing the use of frameworks is to increase the performance of our web applications. The purpose of frameworks is to simplify life, save code, and avoid common errors.