Deep JavaScript Foundations, v3 vs Intermediate React, v6: React Server Components, Hooks & Performance
Same Bayesian formula, same rubric — so the difference in scores reflects the difference in the courses, not the difference in how we evaluated them.
Frontend Masters (Kyle Simpson) · Web Development
Deep JavaScript Foundations, v3
Frontend Masters · Web Development
Intermediate React, v6: React Server Components, Hooks & Performance
Per-criterion
Reviewers consistently describe the curriculum as the deepest treatment of core JavaScript available in video form. The three pillars — types and coercion, scope and closure, and the this/prototype object system — are explained directly from the language specification rather than from surface behaviour. Gurpreet Singh's testimonial captures the consensus: "I know of no other resource that goes this deep into fundamentals of JS." The main critique is that some sections, particularly the OLOO delegation pattern in the object-oriented module, are presented as settled best practice when many experienced developers disagree.
Kyle Simpson, author of the You Don't Know JS book series, is widely praised for clarity and depth. Lara Karki called him "not only brilliant, but an excellent and articulate teacher" and Hatem Hassan noted he "has a unique way of explaining deep technical CS concepts in a simple and straightforward manner." The score is held below the instructor scores of less polarising teachers because his opinionated, prescriptive style draws genuine criticism — one HN commenter found his persona "very off-putting" and others object to his advocacy for == coercion.
The course is bundled into the Frontend Masters subscription at $39/month or $390/year, which also unlocks the entire library including Kyle's scope, closures, and asynchronous JavaScript courses. Lara Karki called the membership "the best $40 I'll spend this month, by far." Value is excellent for committed learners but the subscription model means a single 10.5-hour course is not buyable standalone, which frustrates learners who only want this one title.
The course makes developers materially better at reading and reasoning about production JavaScript — Kevin O'Shaughnessy noted it "blew my mind how much there was going on in 10 lines of code." However, it is conceptual rather than project-based: there is no application built end to end, no framework, and no tooling. Reviewers who wanted to ship something tangible note that this is a foundations course, and its payoff shows up later as fewer bugs and clearer mental models rather than a portfolio piece.
Frontend Masters provides downloadable exercise files, transcripts, and a hosted course platform with adjustable playback speed, but there is no graded auto-grader, no mentor, and no certificate. Learners rely on the public GitHub note repositories and exercise mirrors that other students have published. This is a lecture-and-exercise format, not a guided cohort, so self-directed learners do best.
v6 is rebuilt around React 19 — render modes, React Server Components both from scratch and inside Next.js, transitions, optimistic and deferred values. Reviewers praise the "under the hood" RSC explanation. The honest caveat is that hooks, TypeScript and Redux content from older versions has been narrowed in favour of the RSC and performance focus.
Brian Holt is the single most consistently praised element across nine years of Hacker News mentions and official testimonials. Learners with one to three years of React experience still call the teaching "fun", "interactive" and clear. Official course rating sits at 4.7 stars.
Requires a Frontend Masters subscription ($39/month or $390/year). At a 6h22m runtime this single course is only worth the price if you pair it with the wider catalog or complete it inside one billing month. Less competitive against the free React docs if you want one course alone.
Unlike the project-based Complete Intro, the Intermediate course is modular — unrelated concepts taught as standalone lessons (RSCs from scratch, RSCs with Next.js, performance demos). Reviewers find the build-from-scratch RSC segment genuinely illuminating, but there is no single cohesive app to carry away as a portfolio artefact.
The RSC and performance material maps directly onto what teams are shipping with Next.js App Router in 2026. Learners specifically credit it with demystifying what Next.js is doing under the hood — transferable knowledge rather than tutorial-only skills.
Scoring methodology applies identically to every course on the site — see the formula.