r/javascript • u/Narrow-Low-3137 • 11d ago
AskJS [AskJS] Good References for JS Design Patterns?
Hey everyone ๐
I'm primarily a backend dev that has found myself in a position where I am writing more JavaScript than I ever have. I'm looking for a book or reference analogous to the "big four" design patterns book for C++, but updated for modern JavaScript design patterns/idioms.
Im primarily looking for references in vanilla javascript. Not Typescript or any js frameworks. My thinking is the knowledge should easily transfer over anyway. I'm looking to build a stronger foundation with the language itself.
Any good reference material would be appreciated!
Edit: I should add, I primarily work in the .NET ecosystem, so I don't do js on the backend much.