You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**WARNING**: The v3 is being pushed on the [v3 branch](https://github.com/interjs/inter/tree/v3/core) check it out.
38
35
39
36
Inter is a Javascript framework designed to build highly interactive front-end web applications.
40
37
It's: **simple**, **intuitive** and **powerful**.
41
38
42
-
43
39
# No complex setup
44
40
45
41
You will not need to do any complex configuration to start working with Inter, just import the
@@ -53,21 +49,21 @@ framework in top of your page in a script tag, and start building even the most
53
49
54
50
It does not mean that it is less capable, it means that it is easy to learn and cheaper to parse and download.
55
51
56
-
# You rarely touch in the *DOM*
52
+
# You rarely touch in the _DOM_
57
53
58
-
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**
54
+
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**
59
55
60
56
# Reactivity
61
57
62
-
*Inter* is super reactive, it means that, when there's a change it just updates the necessary part of the interface.
58
+
_Inter_ is super reactive, it means that, when there's a change it just updates the necessary part of the interface.
63
59
64
60
# Compatibility
65
61
66
-
*Inter* just supports the modern browsers, it means that no Internet Explorer support.
62
+
_Inter_ just supports the modern browsers, it means that no Internet Explorer support.
0 commit comments