https://github.com/connect-platform/connect-ui
easily (and quickly) build super-complex interfaces for web applications.
https://github.com/connect-platform/connect-ui
Last synced: 8 months ago
JSON representation
easily (and quickly) build super-complex interfaces for web applications.
- Host: GitHub
- URL: https://github.com/connect-platform/connect-ui
- Owner: CONNECT-platform
- License: mit
- Created: 2019-01-27T17:51:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T07:33:45.000Z (about 3 years ago)
- Last Synced: 2025-06-04T16:06:21.814Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 766 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**CONNECT [UI]** is a component-based frontend web application framework based on direct DOM manipulation instead of change-detection mechanisms or rerendering the DOM. it aims to be a super-fast, lightweight modern framework for the front-end.
the core idea is to represent the async logic of the front-end on a graph-based representation, as it is an ideal representation for the flow of the program (that is no longer a sequential one due to its asynchronous nature). in that representation, state-binding and mapping data-flow become identical, hence removing the need for any implicit mechanism to link the two.