Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ire4ever1190/tree
Reactive frontend framework for Nim
https://github.com/ire4ever1190/tree
frontend nim reactive signals
Last synced: 1 day ago
JSON representation
Reactive frontend framework for Nim
- Host: GitHub
- URL: https://github.com/ire4ever1190/tree
- Owner: ire4ever1190
- Created: 2023-12-25T09:39:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T07:38:03.000Z (11 days ago)
- Last Synced: 2025-01-26T08:24:31.981Z (10 days ago)
- Topics: frontend, nim, reactive, signals
- Language: Nim
- Homepage: https://ire4ever1190.github.io/tree/
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🌲 Tree
[![Tests](https://github.com/ire4ever1190/tree/actions/workflows/main.yml/badge.svg)](https://github.com/ire4ever1190/tree/actions/workflows/main.yml)
[Docs](https://ire4ever1190.github.io/tree/theindex.html)
Frontend framework based on signals. It's in the early stages, but it is usable. Don't expect a stable API at the moment.
## Overview
A "Hello World" program looks like this
```nim
import treeproc App(): Element =
gui:
text "Hello World!"App.renderTo("root")
```Which can then be compiled with the JS backend and put into a HTML document that has an element with id "root"