Hacker News new | ask | show | jobs
by rajangdavis 2863 days ago
Haven't used it in a while, but it definitely shaped my understanding about functional programming as it relates to javascript.
1 comments

I had a similar experience. It made me understand how front-end javascript frameworks actually work (in general). The no-fluff approach taken by the framework meant that code was clear and descriptive docs helped (reminds me of Django's docs sometimes). I wish there were more tutorials though.