Edit tutorial

Binding Expressions

The purpose of components is to merge data with the JSX template. You use the {expression} to inject data into a template. Expressions are placed either as a text node or attribute on an element.

  • Bind data.name to the value attribute of <input/>.
  • Bind data.description to the value of <textarea/>.
Building preview

Refreshing App output

Compiling the latest client and SSR result for your current code.

No console activity yet

Interact with the app or trigger a render to see client and SSR messages here.