Comment by rossant
In simple applications, can we replace JS frameworks by a document with guidelines and best practices?
What if I want to avoid frameworks and stick to vanilla JS, following instead good strategy and coding conventions for managing state, reacting to events, etc, all in pure JavaScript while avoiding spaghetti code. Does a document like this exist?
It exists. It's called a framework.