Skip to content

ire4ever1190/tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌲 Tree

Tests

Docs

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

import tree

proc 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"

Releases

No releases published