wereHamster / nauva

https://book.nauva.xyz/
MIT License
14 stars 4 forks source link

Lucid view builder #1

Closed wereHamster closed 7 years ago

wereHamster commented 7 years ago

Experimenting with API like Lucid has for building elements. Greatly simplifies API surface:

Nodes

Old New
ENode "br" Nothing [] [] noStyle [] br_ []
ENode "div" Nothing [] [] rootStyle [...] div_ [style_ rootStyle] [...]
EThunk someThunk props thunk_ someThunk props

Attributes

Old New
Attribute "value" (AVString t) value_ t
intAttribute "x" 0 x_ 0
meiersi-da commented 7 years ago

Looks sweet! :+1: