uix.unyt.org • a unyt.org project
UIX is an open-source full-stack framework for developing reactive web apps with restorable and shared state. UIX runs on a deno backend and supports both single- and multi page applications with frontend or server-side rendering and hydration.
The DATEX JavaScript Library acts as the backbone of UIX, providing useful functionality such as reactivity and cross-device data exchange. In contrast to frameworks like React, UIX provides direct wiring to the DOM for reactivity and does not need a virtual DOM.
There are many ways to create UIX applications:
- using the TypeScript UIX Library and JSX (focus of the documentation)
- defining UIX states with DATEX
- using the UIX Web Editor (still in development)
The UIX library is designed with a modular approach that makes it easy for developers to add custom components and logic as needed.
Main features
- Cross-network reactivity
- Server side rendering with partial hydration
- Hybrid backend/frontend routing
- Cross-realm imports
- Shared memory
- JSX support
- Reusable web components
- SCSS support
- And many more...
UIX aims to simplify all phases of the app development cycle, including design, development, testing and distribution, in order to make the developer experience as convenient as possible. This is why UIX ships with integrated features such as:
- Hot reloading
- Testing library
- Stage management
- Version management
- Automated deployment
Note
You can find all UIX documentation and resources on docs.unyt.org. Please be aware that the documentation is work in progress and may change in the future.
- Getting Started
- Imports
- JSX
- Components
- Entrypoints and Routing
- Component States
- Rendering Methods
- Configuration
- Localization
- Styles and Themes
- Shadow DOM
- Deployment
- HTTP Tunneling
- Plugins
Feel free to browse a collection of UIX projects on uix.unyt.org/templates.
- UIX Base Project
- UIX Base Project + Routing
- UIX Base Project + Login
- Localization
- Simple Messenger
- Shopping List
- Website Screenshot Tool
- Tic-Tac-Toe
- Weather App
- Artwall
Chrome |
Edge |
Firefox |
Safari |
iOS Safari |
Samsung |
Opera |
---|---|---|---|---|---|---|
Chrome 94+ | Edge 104+ | Firefox 94+ | Safari 15.5+ | Safari 16+ | unknown | unknown |
The UIX full-stack framework is built on top of UIX DOM, a standalone library that allows you to define reactive DOM elements on the frontend and backend.
The full-stack UIX framework provides many more features, but if you just need a basic reactive DOM library, you can take a look at UIX DOM.
We welcome every contribution!
Please take a look at the development guidelines and the unyt.org contribution guidlines.
Check out our Blog!
Thanks goes to these wonderful people (emoji key):
Benedikt Strehle 🐛 🖋 📖 🎨 🤔 🚧 |
Jonas Strehle 🎨 💻 📖 🤔 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!
© unyt 2023 • unyt.org