Rare find

Learning JavaScript Design Patterns. Code examples from the O'Reilly book on writing better JavaScript.

jsdp.addyosmani.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2023
  • add review bar
  • Fix responsiveness, movies
May 2023
  • Add Next.js + SWE, RQ, Redux, Context data-fetching
  • [clean-up] fix a number of links
  • [ux] minor loading tweaks
  • Add more App Router + React Server Components examples
  • Add simple strategy pattern
  • Add simple Bridge pattern example
  • Add simple Proxy pattern
  • Add the Composite Pattern
  • Add Adapter Pattern example
  • [ch07] Add the Builder pattern
  • Add Suspense + SWR, Next.js data-fetching examples
  • [community] add a link to patterns.dev
  • Add links to GitHub sources
  • update screenshots
  • update links to rendering patterns
  • add compound components pattern
  • add state reducer pattern
  • add stateless functional components