Does anyone know of a MVC framework in JavaScript that is free of other library dependencies? I'm thinking along the lines of backbone.s or spine.js both of which CLAIM to have no dependancies but then their code clearly uses jQuery or Zepto functions. I'm after one that uses native JavaScript only and therefore can be used with any framework (jQuery, MooTools, Dojo OR NO FRAMEWORK)
You may want to look into Knockout, it's not MVC - it's MVVM and solved most of my complex ui code in javascript. Knockout is like the glue between the data, events and the widgets - it helps write clean and easy to maintain JS interfaces.
Last but not least it is not tied to any other library, pure JS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With