TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Resources for learning advanced JavaScript and React

109 pointsby CCingalmost 8 years ago
What are the best resources for learn advanced js&#x2F;es6&#x2F;react ?<p>Something similar to &quot;Practical Object-Oriented Design in Ruby&quot;<p>Right now I&#x27;m a junior&#x2F;mid js developer, but I want improve my skills&#x2F;code&#x2F;tests etc...<p>Any help is welcome.

31 comments

spenukealmost 8 years ago
I&#x27;m always surprised that reading source code is such a rare occurrence or suggestion in this world. If you consider yourself even in the vicinity of &quot;advanced&quot;, I think you&#x27;re capable of learning great stuff by looking at anything on github. Something big, but well organized. Lo-dash, Node, Mocha, etc.<p>Of course you won&#x27;t understand everything on first read. But you will learn really good things if you know how to look at something confusing and identify what it is you don&#x27;t understand; then you can go find didactic materials to fill in the gaps.<p>This is an amazing way to learn. You get to see how some of the most used, or cutting-edge tools are implemented (for free!). You learn about the tools themselves and thus gain expertise in them. And, you gain the meta-skill of working in unfamiliar territory, which I think is a fundamental key to being considered &quot;advanced&quot;.
评论 #14894062 未加载
Top19almost 8 years ago
Kyle Simpson and the &quot;You Don&#x27;t Know JS&quot; series. Can&#x27;t speak highly enough about them.<p>Also he has a good recent book on Functional Programming, which if you plan on tackling Redux later will be helpful.<p>I got the physical editions because that&#x27;s how I prefer books (easier to note &#x2F; annotate), but all the books mentioned here are available free online &#x2F; on Simpson&#x27;s Github.
评论 #14891662 未加载
rwieruchalmost 8 years ago
The Road to learn React [0] is an open source book that gets continuously improved because it was self-published and the community contributes as well. You will build a React.js application along the way and transition smoothly from JavaScript ES5 to JavaScript ES6. It teaches the fundamentals of React without any tooling or Redux. Afterward, you are ready to go to build your own React applications. I would love to get your feedback on the book! :)<p>Otherwise, I can recommend to checkout this repository [1] by Mark Erikson to find out more about React and its ecosystem. I am sure you will find plenty of starter tutorials to get into learning React.<p>- [0] <a href="https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;the-road-to-learn-react&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;the-road-to-learn-react&#x2F;</a><p>- [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links</a>
评论 #14897771 未加载
SolarUpNotealmost 8 years ago
<a href="https:&#x2F;&#x2F;egghead.io" rel="nofollow">https:&#x2F;&#x2F;egghead.io</a> has excellent ES6 React, Redux tutorial videos, and step by step code examples.
评论 #14891983 未加载
acemarkealmost 8 years ago
Gotcha covered.<p>I keep a big list of links to high-quality tutorials and articles on React, Redux, and related topics, at <a href="https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markerikson&#x2F;react-redux-links</a> . Specifically intended to be a great starting point for anyone trying to learn the ecosystem, as well as a solid source of good info on more advanced topics. It includes links for learning core Javascript (ES5), modern Javascript (ES6+), React, Redux, and much more.<p>In addition, my &quot;Practical Redux&quot; tutorial series ( <a href="http:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;practical-redux" rel="nofollow">http:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;practical-redux</a>) shows how to use a variety of intermediate to advanced React and Redux techniques in the context of a sample app, and my &quot;Idiomatic Redux&quot; series (<a href="http:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;idiomatic-redux" rel="nofollow">http:&#x2F;&#x2F;blog.isquaredsoftware.com&#x2F;series&#x2F;idiomatic-redux</a> ) discusses important aspects of good Redux usage, including why common patterns exist.<p>Finally, the Reactiflux chat channels on Discord are a great place to hang out, ask questions, and learn. The invite link is at <a href="https:&#x2F;&#x2F;www.reactiflux.com" rel="nofollow">https:&#x2F;&#x2F;www.reactiflux.com</a> .
评论 #14892059 未加载
hliyanalmost 8 years ago
If you truly want to grok JavaScript, I can recommend no better tutorial than this: <a href="https:&#x2F;&#x2F;johnresig.com&#x2F;apps&#x2F;learn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;johnresig.com&#x2F;apps&#x2F;learn&#x2F;</a><p>It is how I finally grokked JS and it is the same tutorial that I put all new additions to my team through...
patricklynchalmost 8 years ago
I&#x27;ll throw in Brian Lonsdorf&#x27;s &quot;Professor Frisby&#x27;s Mostly Adequate Guide to Functional Programming&quot;<p><a href="https:&#x2F;&#x2F;drboolean.gitbooks.io&#x2F;mostly-adequate-guide&#x2F;content&#x2F;" rel="nofollow">https:&#x2F;&#x2F;drboolean.gitbooks.io&#x2F;mostly-adequate-guide&#x2F;content&#x2F;</a><p>And the related video series on Egghead (which I think requires a subscription)<p><a href="https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;professor-frisby-introduces-composable-functional-javascript" rel="nofollow">https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;professor-frisby-introduces-compo...</a><p>Which reminds me, if you can get an employer to pay for an Egghead subscription and&#x2F;or a Frontend Masters subscription as part of a training budget, both are great. Also probably worth buying on your own if work won&#x27;t cover it.
mrborgenalmost 8 years ago
We&#x27;re building an interactive coding screencast tool (called Scrimba) to help people with teaching and learning stuff like JS and React.<p>A dedicated section for React can be found here: <a href="https:&#x2F;&#x2F;scrimba.com&#x2F;topic-react" rel="nofollow">https:&#x2F;&#x2F;scrimba.com&#x2F;topic-react</a><p>And here is a playlist which takes you through building your first React app: <a href="https:&#x2F;&#x2F;scrimba.com&#x2F;playlist&#x2F;playlist-1" rel="nofollow">https:&#x2F;&#x2F;scrimba.com&#x2F;playlist&#x2F;playlist-1</a><p>It&#x27;s based upon an article I wrote here: <a href="https:&#x2F;&#x2F;scrimba.com&#x2F;playlist&#x2F;playlist-1" rel="nofollow">https:&#x2F;&#x2F;scrimba.com&#x2F;playlist&#x2F;playlist-1</a><p>It&#x27;s all free. Hope it helps!
carlmungzalmost 8 years ago
I&#x27;m improving my JS skills by learning how to read and understand the source code of mithril.js.org (I&#x27;m doing write ups at: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;CarlMungazi" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;CarlMungazi</a>).<p>It&#x27;s what we use internally at work so it made sense for me to actually understand how it uses JS to tackle all the problems a framework is supposed to solve. I&#x27;ve only been doing it a short while but I&#x27;ve learnt a ton already.<p>I casually glanced at the source for Ember and React over the weekend and I could understand much better what was going on because I had a reference point based upon the source as opposed to just knowing the APIs.
aecorredoralmost 8 years ago
Stephen grider&#x27;s udemy courses on react (all 3-4 of them are great). Totally recommended.
评论 #14894724 未加载
评论 #14894688 未加载
nikivialmost 8 years ago
Here is an interactive map for learning Javascript :<p><a href="https:&#x2F;&#x2F;learn-anything.xyz&#x2F;programming&#x2F;programming-languages&#x2F;javascript" rel="nofollow">https:&#x2F;&#x2F;learn-anything.xyz&#x2F;programming&#x2F;programming-languages...</a><p>And here is one for learning React :<p><a href="https:&#x2F;&#x2F;learn-anything.xyz&#x2F;web-development&#x2F;javascript-libraries&#x2F;react" rel="nofollow">https:&#x2F;&#x2F;learn-anything.xyz&#x2F;web-development&#x2F;javascript-librar...</a><p>Both maps are community curated so if anyone thinks there is a more efficient path for learning them, you can submit pull requests. :)
smilesndalmost 8 years ago
I would say pair programming with others and reading code as a group together is the best way to level up. While reading open source projects will fill in some knowledge gaps and teach you to write cleaner code. You may miss the subtle aspects that makes the code one step better then others. When I pair program with seniors I get to see how they come at a problem, make design decisions, and find out why they do something some way. Pairing with a less senior developer causes you to reflect on yourself. If you can&#x27;t explain something to someone else in simple terms then you might need to revisit that idea. Also a good way to remind yourself how much you have grown as a developer, and how much farther you still need to go. Pair programming in a group is a great for a team to understand how each other thinks. It also confirms styling techniques for the code base and also allows people to fill in random knowledge gaps they may not know they have. Finally it has been proven over and over again the more a team communicates with one another the better they work as a team even though our codes and docs suppose to be the best way to convey our thoughts to other programmers. Spending some time every day talking and working together is the fastest path to bring entry level and junior level developers to a senior level.
chrisaalmost 8 years ago
I have a free advanced (and beginner) daily email course to help you learn React: <a href="https:&#x2F;&#x2F;nanohop.com&#x2F;react-daily-emails&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nanohop.com&#x2F;react-daily-emails&#x2F;</a><p>The idea is to get a small dose of React every day.<p>I&#x27;m also always looking for what else to include in the course - so I&#x27;d love to hear what you find most difficult, or what you think is lacking from current learning resources.
erkmenealmost 8 years ago
React-Redux complements React in some great ways. It has been my state storage of choice from the beginning. IMO, it would be better to start react with it rather than changing habits later. The go-to tutorial series is here: <a href="https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;getting-started-with-redux" rel="nofollow">https:&#x2F;&#x2F;egghead.io&#x2F;courses&#x2F;getting-started-with-redux</a><p>And definitely use typescript if you value good code quality (and your sanity). The advanced type system and compile time type checking is really a boon to the JS ecosystem. <a href="https:&#x2F;&#x2F;www.typescriptlang.org" rel="nofollow">https:&#x2F;&#x2F;www.typescriptlang.org</a><p>You&#x27;d like to get comfortable with the latest tools that compile, transpile and pack the code for you (you might be familiar with that already.) Here might be a good start: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@fay_jai&#x2F;getting-started-with-reactjs-typescript-and-webpack-95dcaa0ed33c" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@fay_jai&#x2F;getting-started-with-reactjs-typ...</a><p>Have fun!
评论 #14893303 未加载
strawsalmost 8 years ago
React is full of declarative code. Something I&#x27;d recommend whole-heartedly is Michael Fogus&#x27; Functional Javascript book. It shares a lot in common with POODR in that it&#x27;s conscious of <i>why</i> functional techniques are useful and how to think in a data-oriented way. The book is self-aware of the beginner&#x27;s mindset in absorbing that information and is very well-layered.<p>Personally, I feel the best way to learn is by experience and by exposure. By seeing similar code in different contexts, you can learn why React programs tend to rely on certain patterns. To that end, working through something like How To Design Worlds (<a href="http:&#x2F;&#x2F;world.cs.brown.edu&#x2F;1&#x2F;" rel="nofollow">http:&#x2F;&#x2F;world.cs.brown.edu&#x2F;1&#x2F;</a>) or the Elm guide (<a href="https:&#x2F;&#x2F;guide.elm-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;guide.elm-lang.org&#x2F;</a>) will give you points of comparison that will help you better articulate what you decide to do in React.
评论 #14893195 未加载
z3t4almost 8 years ago
If you want to get good at JavaScript, do learn about closures and lexical scope. Example assignment: Make a function that loads a list of images and then show the average width of the images. Then make three versions of the function, one that loads the images in serial, one that loads the images in parallel and one that loads max three images at a time.
JCSatoalmost 8 years ago
A number of people have mentioned Dan Abramov&#x27;s Redux tutorials on Egghead, which I recently went through and got a lot out of. As a supplement&#x2F;alternative I also found this series of LearnCode tutorials (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=1w-oQ-i1XB8&amp;index=1&amp;list=PLoYCgNOIyGADILc3iUJzygCqC8Tt3bRXt" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=1w-oQ-i1XB8&amp;index=1&amp;list=PLo...</a>) to be really useful and informative. Where Abramov&#x27;s series was great for seeing how to start with the most simple integration of Redux and building up to an advanced one, these start out advanced, allowing it to cover a few more topics (like middleware). Just figured I&#x27;d throw that in.
astonexalmost 8 years ago
I&#x27;ve really enjoyed these courses but they aren&#x27;t free (work pays for me) <a href="https:&#x2F;&#x2F;tylermcginnis.com&#x2F;courses&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tylermcginnis.com&#x2F;courses&#x2F;</a>
myth_drannonalmost 8 years ago
React patterns, techniques, tips and tricks <a href="https:&#x2F;&#x2F;github.com&#x2F;vasanthk&#x2F;react-bits" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vasanthk&#x2F;react-bits</a>
supernumeraryalmost 8 years ago
I need to remind myself to read these more often.<p><a href="http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;9780596517748.do" rel="nofollow">http:&#x2F;&#x2F;shop.oreilly.com&#x2F;product&#x2F;9780596517748.do</a><p><a href="http:&#x2F;&#x2F;2ality.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;2ality.com&#x2F;</a><p>Very useful day-to-day and first place I go:<p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Reference" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Refe...</a>
yamalightalmost 8 years ago
Shameless plug: I did a free open source video series called &quot;Building products with javascript&quot; [1] that covers building CRUD webapp using javascript (including es6+), node, express, react, redux, rxjs and all that kind of stuff. Will be happy to answer any questions :)<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;yamalight&#x2F;building-products-with-js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yamalight&#x2F;building-products-with-js</a>
ben336almost 8 years ago
Mostly pre-es6, but this is my favorite &quot;intermediate -&gt; advanced&quot; JavaScript book: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Effective-JavaScript-Specific-Software-Development&#x2F;dp&#x2F;0321812182" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Effective-JavaScript-Specific-Softwar...</a><p>There are gaps&#x2F;things that have changed since the book came out, but this is a really great resource for understanding the core JS language.
mjhea0almost 8 years ago
<a href="http:&#x2F;&#x2F;testdriven.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;testdriven.io&#x2F;</a> is meant for the advanced beginner
FarhadGalmost 8 years ago
I just spoke @ JSChannel 2017 &amp; published a book on this very topic (<a href="https:&#x2F;&#x2F;github.com&#x2F;FarhadG&#x2F;ui-react" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FarhadG&#x2F;ui-react</a>). It has reached the weekly best seller&#x27;s list, so I hope it can be of some use for your goals.
sumitzalmost 8 years ago
<a href="http:&#x2F;&#x2F;www.seas.upenn.edu&#x2F;~cis197&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.seas.upenn.edu&#x2F;~cis197&#x2F;</a><p>This course (offered at my University) has some good material on React, not to mention the fact that you can even download the starter code for the assignments and work through it.
artellectualalmost 8 years ago
We have 56 videos and counting on React &#x2F; ES6 with lots of free videos in the collection. Feel free to take a look<p><a href="https:&#x2F;&#x2F;www.codemy.net&#x2F;channels&#x2F;react-foundation" rel="nofollow">https:&#x2F;&#x2F;www.codemy.net&#x2F;channels&#x2F;react-foundation</a>
lj3almost 8 years ago
Matt Greer has been doing a blog series on react internals.<p><a href="http:&#x2F;&#x2F;www.mattgreer.org&#x2F;articles&#x2F;react-internals-part-one-basic-rendering&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.mattgreer.org&#x2F;articles&#x2F;react-internals-part-one-b...</a>
code_chimpalmost 8 years ago
Not free, but Brian Holt (LinkedIn&#x2F;Netflix) has a great series on Frontend Masters: <a href="https:&#x2F;&#x2F;frontendmasters.com&#x2F;courses&#x2F;react&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frontendmasters.com&#x2F;courses&#x2F;react&#x2F;</a>
9lessonsalmost 8 years ago
React Native Template Design <a href="http:&#x2F;&#x2F;www.9lessons.info&#x2F;2017&#x2F;03&#x2F;getting-started-with-react-native.html" rel="nofollow">http:&#x2F;&#x2F;www.9lessons.info&#x2F;2017&#x2F;03&#x2F;getting-started-with-react-...</a>
MattyMcalmost 8 years ago
Commenting to follow this thread. And if I may add a question: Are there such things as javascript tutoring services?
franciscopalmost 8 years ago
It seems everyone is recommending books&#x2F;courses&#x2F;similar. I&#x27;ll go the other way around. This is difficult for me to say, but I think I am an expert in CSS+JS. I know the inner workings and really advanced things of CSS, and while JS API is quite broader I know some in-depth JS APIs that your average developer doesn&#x27;t even know exists.<p>I got to this point first in CSS and then with JS by making side projects and focus each one on a different advanced concept. I will also say it in 1st person as I experienced it as it might sound insulting otherwise:<p>- <i></i>Don&#x27;t get attached to my code<i></i>. My code is crap. My 6+ months old code is a lot more crap. Always think ways of improving it. Sidenote: try to make it as standard of possible. Initially I did things <i>my way</i> until my open source started to get some traction and it was a mess.<p>- Once I got past the basics and mid-level, what I did to keep up learning was to try to focus each small side project around a technology I wanted to learn in-depth. Examples: Umbrella JS[1] is about a modular codebase, Superdom [2] is about Proxy, drive-db [3] is about talking with external APIs and DB design, etc.<p>- Push the limits on the technology on each project. Don&#x27;t just do the basics and call it a day, try to find what is possible and what is not. Examples: Umbrella JS&#x27;[1] performance is similar to jQuery thanks to using the prototype properly, Superdom&#x27;s [2] Proxies are recursive-ly, drive-db [3] is cached for maximum performance, etc.<p>- If I don&#x27;t use it no one will. Publish it for feedback after it is polished from feedback from different projects. Focus on the positive comments to keep going and on the negative ones to keep improving. Because I know my code is crap, when someone says X is quite bad I agree on principle and find a way to fix it or prove to myself that it _was_ the right approach. Examples: Umbrella JS initial code wasn&#x27;t good for the different ways of importing it, so I added a UMD-ish kind of thing. Superdom was really buggy so I had to write a few tests all around it. drive-db was not good for promises-based code so I converted it to ES7.<p>There is something I haven&#x27;t made which I am trying now that it&#x27;s reading and understanding large, public projects such as Ghost. I have done something similar while contracting, but those closed-source project&#x27;s code is IMHO generally messier and you are normally trying to go for business requirements, not really focusing on pleasure&#x2F;learning so much.<p>[1] <a href="https:&#x2F;&#x2F;umbrellajs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;umbrellajs.com&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;superdom.site&#x2F;" rel="nofollow">https:&#x2F;&#x2F;superdom.site&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;drive-db" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;drive-db</a>