by korynunn on 7/1/15, 3:05 PM with 38 comments
by keedot on 7/1/15, 5:07 PM
I'm sure for some small projects with very infrequent layout changes, this could be nice to work with. But for any app of sufficient complexity, keep your markup out of your code be it through DOM construction or in string HTML. (React being the one implementation that MAY prove to be the exception to prove the rule, though it's too early to tell at this point).
by kowdermeister on 7/1/15, 3:53 PM
Bad sign for me. There's many valid reasons to have a markup available for we applications. Embedding layout this deep into code is just messy for me. The best acceptable way (for me) so far is React.
by korynunn on 7/1/15, 3:19 PM
by mc_hammer on 7/1/15, 3:13 PM
ill try this out :)
by finnn on 7/1/15, 5:05 PM
Can we stopped with the mixed content and go full HTTPS already?
by yellowapple on 7/1/15, 6:55 PM
by fiatjaf on 7/2/15, 11:13 PM
What are the advantages in comparison to virtual DOM based frameworks out there?