Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 227 Bytes

File metadata and controls

21 lines (12 loc) · 227 Bytes

yang-react

YANG model-driven React

Yang = parse (schema) -> bind (logic) Model = Yang -> eval (data) View = Yang -> render ()

JSX?

schema = """ react:component Tree {

} """

react:component ListView {

}