Open yatra9 opened 7 years ago
Yes, this is something we really need if we want to talk with other libraries (WinJs but also MaterialUI, Antd etc). We discussed it in various places, see #209, #103, #150 and #155.
Sorry for duplicate issue. I was not aware of those.
By the way, the tag name rt-template
is a little bit weird, I think.
rt-inject
or rt-modify
etc. would be fit better?
Hello.
It would be nice if
rt-template
has a option to put a React component itself (not a function) as a child property.I use Microsoft's WinJS toolkit through react-winjs. Some react-winjs components require other renderable React components as their properties.
For example, the
ReactWinJS.SplitView
of this sample code has child propertiespaneComponent
andcontentComponent
which are also React components.For example,
rt-template
within-place
property (instead ofarguments
property) makes sense?