Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/interjs/inter
- Owner: interjs
- License: mit
- Created: 2020-12-24T19:39:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:17:13.000Z (9 months ago)
- Last Synced: 2024-05-22T13:58:00.671Z (9 months ago)
- Topics: framework, inter, interfy, interjs, javascript, javascript-framework, reactive-dom-manipulation-framework, reactive-framework, the-simplest-js-framework
- Language: JavaScript
- Homepage: https://interjs.github.io
- Size: 1.31 MB
- Stars: 65
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-angolans - inter
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).