Simple hello world html transformed into react javascript code
This shows the use of rt-if
This shows the use of rt-repeat, to show multiple items, and the use of rt-scope to create a reusable name for multiple calculations
This shows the use of rt-props. It is used in this component to pass all the original properties set on this component (except the ones used for the component logic - onClick and eventId) to the element that will actually represent this component
This shows the use of rt-props. It is used in this component to pass all the original properties set on this component (except the ones used for the component logic - onClick and eventId) to the element that will actually represent this component
This example shows working with async events, usage of regular event handler function pointers instead of lambda expression, and working with 2 way binding
This example shows the hello sample output with AMD support.
This example shows the hello sample output with CommonJS support.