I know JSX can be very misleading because it looks like strings and it is not, thus the \"string\" term in the question, even if we are not really manipulating strings.
For React Native, I prefer this technique:
jsx = first; jsx = {jsx}second;