posted 8 years ago
Plain JavaScript along with jQuery has been used for years to build complex web application but with lot more effort and complexity in code
development And maintenance.
In that sense ,JavaScript Frameworks give you space to focus on developing interactive aspects of the user interface without worrying too much
about the Non functional Aspects such as code structure and code maintenance, re-usability,scalability. Different frameworks offer different concepts
and methodology But attempt to solve the common Underlying problem of rendering complex user interfaces dynamically and making single page
applications much more useful.
In the meanwhile with the advancement in the browser capabilities ,There are possibilities and use cases out there that you can still build application
with a minimalist or light weight rapid prototyping JavaScript libraries or frameworks such as React.js or Meteor.JS.
Thanks
Sathya