Sczlog
2aa537e458
initialize fetch trait
...
1. first version of fetch trait.
2. example of lazy and non-lazy.
2021-07-28 17:33:16 +08:00
Sczlog
d0db026a6f
fetch trait init
2021-07-27 21:27:51 +08:00
Yanzhen Yu
0776e944b4
add chakra-ui root component
2021-07-27 11:35:35 +08:00
Yanzhen Yu
0f7825613a
close #18 impl hidden trait
2021-07-27 10:44:29 +08:00
Yanzhen Yu
617784bdf2
let trait return a HOC as the wrapper of the component
2021-07-27 10:43:46 +08:00
Yanzhen Yu
010a70f5f3
rename traits
2021-07-27 10:43:12 +08:00
Yanzhen Yu
5850de1b33
impl slot trait
...
To implement slot trait, we do the following changes
1. Nestable components should embed <Slot /> inside itself.
2. Attachable components should use the slot trait to indicate which container they will be attached to.
During app render, we will resolve the nested relation by traversing the components spec. This process will return top-level components and a resolved slots tree.
Top-level components will be rendered directly. The resolved slots tree will be passed into every <Slot />, so the embed <Slot /> can render which has been attached to itself.
2021-07-26 16:30:36 +08:00
Yanzhen Yu
df84613296
refactor expression eval
2021-07-26 16:30:16 +08:00
Yanzhen Yu
7db050d812
impl #5 add chakra UI tabs component
2021-07-26 14:57:53 +08:00
Yanzhen Yu
cad320dd1b
use JSONSchema7 instead of JSONSchema4
2021-07-26 14:43:47 +08:00
Yanzhen Yu
96e409f1dc
close #6 Use typebox to build JSON schema
2021-07-26 13:40:07 +08:00
Yanzhen Yu
aaa8caa998
add chakra-ui button component
2021-07-18 23:07:44 +08:00
Yanzhen Yu
6cf4619168
trait: trait framework, state trait, event trait
2021-07-18 23:07:24 +08:00
Yanzhen Yu
a7cb7176e2
impl basic component method
2021-07-07 15:01:07 +08:00
Yanzhen Yu
450ea057aa
do not subscribe to store when expression is static
2021-07-07 13:45:34 +08:00
Yanzhen Yu
26a32c6269
impl basic state management with zustand
2021-07-05 18:33:36 +08:00
Yanzhen Yu
07f7a9a8fa
impl plain button, text and app
2021-07-05 14:49:45 +08:00
Yanzhen Yu
2fc08d5687
init runtime with playground
2021-07-02 18:23:20 +08:00
Yanzhen Yu
0a4199bde8
impl spec types and basic runtime
2021-07-02 16:55:22 +08:00
Yanzhen Yu
cd8014c4eb
init core package
2021-07-02 16:06:02 +08:00