Arva solves the problem of layout and animation without the need to bother with CSS nor HTML. While CSS is still used for styling of the content, whereas positioning and sizing is handled through different processes.
Arva abstracts away some of the concerns that many front-end developers face,
which includes CSS deep-dives and directives like display: inline-block
margin:auto
, position:relative
, clear:left
, float: right
, zoom: 1
overflow: auto
, -webkit-box-sizing: border-box
and so on.
Even modern paradigms like flexbox
won't be necessary anymore. In addition, Arva refrains from using any templating language, and only uses standard EcmaScript syntax. Let's get started.
You can read the latest documentation about Arva here.
NPOSL-3.0 - A variant of the Open Software License 3.0, this license requires that the organization using it is a non-profit and that no revenue is generated from sale of the software.
Other licenses are available upon request, contact [email protected] for more information.