from Hacker News

Learning JavaScript in 2018

by imbiased on 12/27/18, 7:09 PM with 2 comments

  • by zachpendleton on 12/27/18, 7:34 PM

    I can't help but feel bad for folks who are coming to front-end dev now. with such a massive (and rapidly changing) list of "you should learn..." subjects, I think the biggest challenge is keeping focus on the most fundamental things.

    I've interviewed so many junior and mid-level candidates who will opine at length about react vs. angular or why redux is the one true way to manage state, but who don't know about `setTimeout` or other fundamental language features. that kind of spotty, "just throw it together" knowledge may be enough to land a job somewhere, but it certainly isn't enough to solve anything beyond factory-floor, Lego-like app delivery.

    I wish I knew the solution, because the problem only seems to be getting worse despite my thinking that "peak framework" is just around the corner in the js community.