Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 357 Bytes

File metadata and controls

18 lines (17 loc) · 357 Bytes

https://rrender.github.io

1)directives

r-if  
r-for  
r-click  
r-mouse
r-value(for input)  
r-model(for input)  
r-bind
r-bind.attr  
  1. life cycle (init/destroy)
  2. store - global variable with rxjs
  3. you can access the state parent
  4. you can call methods of parent from child
  5. only dirty component rerender. use this.dirtyCheck();