|
|
|
|
|
by malandrew
5628 days ago
|
|
I completely agree with this sentiment, however I think that templating systems such as JResign's microtemplates or Mustache.js go a long way to helping us avoid the problems associated with using JS to construct views. All my views are saved as HTML templates with ERB-like syntax for populating the views with dynamic data received via JSON. |
|