Programming is a social activity.
—Robert C. Martin
In the previous chapters, you learned about the frameworkless toolkit pieces. You know how to render DOM elements, manage user input, make HTTP requests, implement a client-side routing system, and manage the state of your application. You’re now ready to create a complete frameworkless front-end application from scratch.
This final chapter helps you answer the question, “Now that I can work effectively without frameworks, ...