KasimirJS is a set of pure ES6 browser side front end developing libraries. It is natively supported by all recent browsers and focuses on ease of development. KasimirJS is no framework and therefor comes without development dogmas.
KasimirJS libraries are independent from each other and independent from any other frameworks or libraries.
Load library from infracamp (uncompressed with debugging stuff)
<script language="JavaScript" src="https://kasimirjs.infracamp.org/dist/v1/kasmir.full.js"></script>
Load production minified version (16kB)
<script language="JavaScript" src="https://kasimirjs.infracamp.org/dist/v1/kasmir.full-min.js"></script>
Kasimir Template library extends the dom-syntax with *if=""
, *for=""
and other
useful stuff to repeat, exclude, modify dom elements directly.
Demo: Rendering a html table
Use single line ajax requests with ka_http_req(<url>, <params>)
library.