Hvorfor bruke rammeverk til JavaScript?
En flott kommentar på hvorfor rammverk til JavaScript er viktig:
I believe that javascript development has reached the point where people shouldn’t need to be worrying about cross-browser quirks or language-specific implementation details. These things should be handled by a small (jquery=19k) base framework written and maintained by people dedicated to making it as robust as possible. That frees the developer to focus on the business logic and functionality required, which in turn results in better interfaces.
Advertisement