Appendix C. Popular libraries

While learning to program in CoffeeScript, it’s important to deal only in language concepts and to build up programs using only the raw building blocks of the language instead of leaning too heavily on specific libraries or frameworks. Having said that, once you have learned CoffeeScript, there are many occasions when it makes sense to reach for a well-known and supported library or framework that takes an approach similar to your own.

What follows is a list of useful libraries and relevant websites for learning about them. In some cases the libraries are not only useful in your CoffeeScript programs but are themselves written in CoffeeScript—those libraries are indicated here.

npm

Although you’ve had experience ...

Get CoffeeScript in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.