xpepermint / isomorphic-react-relay-boilerplate

Starter template for React with focus on simplicity!
83 stars 10 forks source link

html template string's syntax simplified #5

Closed waliurjs closed 8 years ago

waliurjs commented 9 years ago

ES2015 Multi-line string feature used to improve reading experience Ref: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/template_strings

xpepermint commented 9 years ago

@oleole90 Thanks for the proposal. It does look cleaner but your solution unfortunately does not return an optimized single-line string (does not remove spaces and newlines - minification).