JSX provides automatic escaping which lets you put user input into JSX safely (and without thinking about it).
Does esx provide this under the hood? I was unsure when looking through the ES6 template string examples so it would be helpful to document this in the readme.
JSX provides automatic escaping which lets you put user input into JSX safely (and without thinking about it).
Does
esxprovide this under the hood? I was unsure when looking through the ES6 template string examples so it would be helpful to document this in the readme.