Akili
const Akili = makeItEasy(html + js);

Akili is a lightweight component-based javascript framework. The main feature is convenience and speed of development.

There is no magic, just a simple and powerful extension over html.

You download the framework, load it as a script and that's all. Of course you can use it with your building system too.

Akili contains a system of components and a storage to recieve and share data between them.

The component system allows you to associate elements with templates very intuitively.

Working with the storage is instantaneous, without the need to learn anything

Akili also provide a router and library to make ajax requests.

The router is very flexible in configuration and contains many interesting and convenient features.

The library for requests allows you to make any kind of requests without additional settings: handling json, sending files, etc.

Examples