Hacker News new | ask | show | jobs
by curiouslearn 4784 days ago
What are pre-requisites for understanding the book? For example, does one need to know Handlebars functionality, or does the book introduce them in such a way that one can pick up the required knowledge as one is reading the book. Also, does one need to be a Javascript guru, or is a basic understanding of Javascript sufficient to get started?
1 comments

A basic understanding of JavaScript is enough. And whenever we use any funky js syntax (which doesn't happen a lot) we try to explain it.
Thanks Sacha. I purchased the book and am really enjoying it. Thanks to you and Tom for writing the book. I am at the beginning of the Collections chapter. Unfortunately, for some reason, the Server-Client communication is not working (collection inserts using mongo console, do not show up in the browser console and vice-versa). I have not yet removed autopublish. Anyhow, will try to explore it further.