An open API service indexing awesome lists of open source software.

https://github.com/sucom/k-lib

Javascript Library to speed up the web application development
https://github.com/sucom/k-lib

Last synced: 16 days ago
JSON representation

Javascript Library to speed up the web application development

Awesome Lists containing this project

README

          

#K-Lib

K-Lib is a javascript library to speed up the web application development.

##Declarative
K-Lib's "render" uses declarative paradigm that makes it easier to structure your application.

##Flexible
K-Lib is built on libraries you already know and love like jQuery and lodash.

##Simplicity
K-Lib's "render" method takes few input data and renders what to display by doing all the magic behind the scene. You don't have to worry about different Template's rendering code or even ajax calls.

##Efficient
K-Lib's "render" approach takes care of all of your resource loading. You don't have to load all at once. Load partial html, css, and javascript when its needed (with/without caching).

##API Documentation
All the documentation is located on the [Official site](https://k-lib.info/ "K-Lib Official Site"). K-Lib is just not for rendering, it has few additional methods, which are very useful in your front-end DOM manipulation. So have a look there for help on how to get started, API documentation, example and peruse the reference doc.

##Dependencies
K-Lib is built on top of jQuery and lodash. visit [Official site](https://k-lib.info/ "K-Lib Official Site") to get started.

##License
The MIT License

Copyright (c) 2000-2022 Kumar

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.