Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 634 Bytes

Javascript and React Paterns

Javascript Patterns

  1. Modlue Pattern
  2. Singleton Pattern
    • Using Classes
    • Using Objects
  3. Proxy Pattern
    • Using get() and set()
    • Using Reflect.get() and Reflect.set()
  4. Observer Pattern
  5. Factory Pattern
  6. Prototype Pattern