Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Add in chapter on working with modern Javascript #97

Closed Vheissu closed 7 years ago

Vheissu commented 7 years ago

The book currently does a poor job explaining concepts like decorators, promises, classes, constants, let, spread operators and so on. Concepts used heavily in an Aurelia application. We need a chapter on this for newcomers to ES2015/ES2016 and Javascript in general.

omidh28 commented 7 years ago

Great idea, especially about decorators. Readers might easily google other concepts, But the resources around understanding and using decorators are very very limited and I personally suggest you to give it special attention. I have some questions about them which might be helpful. What are they? How to use them? Can I make my own decorator and use it in Aurelia? Is it possible to avoid them? And if it is, How?