Orbiton JS is a lightweight minimilistic JavaScript library for creating browser UIs. Orbiton JS provides your with an ease to use API for creating fast, painless apps with a high performance
Begin building your UIs with a superb library. Explore our documentation to get started now.
Installation
Using a CDN
<script
src="https://unpkg.com/orbiton@latest/umd/orbiton.production.js"
crossorigin
></script>
Using
# yarn
yarn add orbiton
# npm
npm install orbiton
Usage
Try it on Codesandbox
import Orbiton from "orbiton";
const Button = (
<button
onClick={() => {
alert("Clicked");
}}
>
Click me
</button>
);
Orbiton.append(Button, document.getElementById("root"));
One of the greatest advantage of Orbiton is its size. Orbiton is just 3.8kb min+gzip. This makes your apps load faster size most of the chunk will be code you wrote or code from external libraries since orbiton will only take a small portion of yourapp size
Orbiton DOM rendere tries to stay close tothe DOM inorder to mantain a great performance. This makes Orbiton Applications performant and as fast as vanilla js Apps
The library is reactive making you create modern web apps that provide a native feel to the user. This makes it even better for creating Progressive web apps.
Orbiton JS provides modern APIs that are easy to understand and make you develop scalable and limitless Applications.
The continued development and maintenance of Orbiton JS is greatly helped by our generous sponsors.
Join Our Newsletter
No spam, guaranteed.