Design Patterns in JavaScript

student enrolled

Course Duration
1 hour, 30 minutes

In this series, you'll learn about JavaScript Design Patterns with React app examples. This is highly inspired by patterns.dev

🤔 Who is this for?

If you're a JavaScript engineer and want to dive more into Design Patterns to strengthen your JavaScript skills, this is the course for you. We'll go through some core Design Patterns within JavaScript that you can use in your routine work. It really doesn't matter what experience with JavaScript you have, this could be a refresher for you even if you're a senior engineer.

👉🏻 What will I learn?

You'll be learning some famous Design Patterns with the following features:

  • Understanding of the Design Systems such as Singleton Pattern, Proxy Pattern, etc.
  • Implementation of the design systems in JavaScript.
  • A real-world examples using the Design Systems.