Lava JS
Lava JS is a javascript framework that makes creating web applications much easier. It allows you clearly separate your logic from the UI by utilizing concepts of MVC architecture and data binding.
Features
- Small in size (26 KB minified)
- Does not have any dependencies
- Very unobtrusive. You can use Lava in a small part of your application, or to structure the entire application.
- Rich and intuitive data binding
- Doesn't get in the developers way
- Provides structure for your application, if you want it
See the Documentation to learn how to use lava.