Coder Social home page Coder Social logo

jwhalee / uix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unyt-org/uix

0.0 0.0 0.0 10.57 MB

The UIX Framework

Home Page: https://unyt.org/uix

License: MIT License

Shell 0.06% JavaScript 47.03% Rust 0.78% TypeScript 50.62% CSS 1.45% HTML 0.01% SCSS 0.04%

uix's Introduction

UIX - The Fullstack Framework

What is UIX?

UIX is a fullstack web framework that allows you to create reactive web apps with restorable and shared state. UIX supports both single- and multi page applications and uses modern web app features.

There are four main ways to design UIX components and create UIX applications:

  • using the TypeScript/JavaScript UIX Library (focus of the documentation)
  • using the UIX Web Editor (still in development)
  • writing HTML markup
  • defining UIX states with DATEX

The whole UIX library is designed with a modular approach that makes it very easy for developers to add their own custom components as needed.

Benefits of the UIX/DATEX ecosystem

In general, a UIX front-end can be integrated seamlessly into complex full-stack applications thanks to DATEX. If you are developing a unyt-based application, the UIX library is a good choice for a front-end framework since it is designed to work great in combination with DATEX. UIX also supports seamless transitions between server- and client-side rendering.

UIX Component states, including tabs, open files, cursor positions and more, are synchronized with DATEX pointers and can be restored at any time.

The library also comes with a set of built-in functionalities, like handling drag and drop, context menus, files, and others. The UIX Standard Library includes a variety of basic components, from simple text views to file trees.

UIX provides a layer of abstraction so that direct DOM manipulation with CSS and HTML is not necessarily required for creating an app with basic Components, but the implementation of more complex Components might still require CSS and HTML. However, the saved state of a UIX Component should not contain web-specfic content like css attributes or HTML element names, since UIX is also intended to work in non-web environments.

Documentation

  1. Getting Started
  2. Entrypoints and Routing
  3. Imports
  4. Components
  5. States
  6. JSX
  7. Component Standalone Mode

uix's People

Contributors

benstre avatar jonasstrehle avatar koehlert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.