Example #1
0
 public IReactComponent createElement(string tag, string text, IHostComponent host)
 {
     return(host.Context.CreateComponent(tag, text));
 }
Example #2
0
 public ITextComponent createText(string text, IHostComponent host)
 {
     return(host.Context.CreateText(text));
 }