-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Can you make an example. The Hypernova-ruby uses this in there templating engine.
<%=
render_react_component(
'MyComponent.js',
:name => 'Person',
:color => 'Blue',
:shape => 'Triangle'
)
%>Can we write something like this to render a component which is wrapped with hypernova-react?
{{
render_react_component( 'MyComponent.js', [
'name' => 'Person', 'props' => 'value'
])
}}Metadata
Metadata
Assignees
Labels
No labels