|
|
|
|
|
by gvnonor
4564 days ago
|
|
Nice book, covers all the fundamentals well. Thanks to the authors for this gesture. Now a digression, while Meteor hasn't hit 1.0 yet, I still wish it had some form of MVVM support baked in instead of the simple/dumb templating with Handlebars. I find Handlebars incredibly frustrating due to its lack of propert reusability/composability. It makes sense for server side apps that have a small client-side codebase, but on its own it's seriously limited and you end up generating hacky html strings using helpers. |
|