Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/interjs/inter

The javascript framework to build highly interactive front-end web applications.
https://github.com/interjs/inter

framework inter interfy interjs javascript javascript-framework reactive-dom-manipulation-framework reactive-framework the-simplest-js-framework

Last synced: 3 months ago
JSON representation

The javascript framework to build highly interactive front-end web applications.

Awesome Lists containing this project

README

        



















Interjs

**WARNING**: In version 3, Inter will be rewritten in TypeScript.

Inter is a Javascript framework designed to build highly interactive front-end web applications.
It's: **simple**, **intuitive** and **powerful**.

# No complex setup

You will not need to do any complex configuration to start working with Inter, just import the
framework in top of your page in a script tag, and start building even the most complex web apps.

```html

```

# Small

It does not mean that it is less capable, it means that it is easy to learn and cheaper to parse and download.

# You rarely touch in the *DOM*

Almost every dom manipulation in an Inter app are handled by Inter, you must just focus in your application logic, this way your code base will be: **simpler** and **more maintainable**

# Reactivity

*Inter* is super reactive, it means that, when there's a change it just updates the necessary part of the interface.

# Compatibility

*Inter* just supports the modern browsers, it means that no Internet Explorer support.

# License

*Inter* was realesed under the MIT LICENSE.

# Guide

To get an in-depth guide just read the official tutorial at [tutorial](http://interjs.github.io/v2/tutorial/pt/instalacao).