Alexander Kosenkov
1 min readMay 12, 2017

--

I must say, the string interpolation you are using, is really dangerous, if used in production. Instead of “John Smith” some people and bots will enter “John <img src=… /> Smith” and such web-site will start spreading malware. (It’s called XSS). Vue and React version don’t have this problem.

--

--