is there such a thing as JSX 'partials'?

Viewed 3938

I work mainly with Handlebars JS now, but I am looking at JSX. Is there a JSX equivalent to Handlebars partials? I want to know if I can create small bits of markup that I can reuse in several different JSX views.

2 Answers
Related