Skip to content

cythilya/javascript_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#JavaScript Patterns ##Design Patterns

  • Singleton
  • Factory
  • Iterator
  • Decorator
  • Strategy
  • Facade
  • Proxy
  • Mediator
  • Observer ##DOM and Browser Patterns
  • DOM Scripting
  • Events
  • Long-Running Scripts
    • Web Workers
  • Remote Scripting
    • XMLHttpRequest
    • JSONP
    • Frames and Image Beacons
  • Deploying JavaScript
    • Combining Scripts
    • Minifying and Compressing
      • gzip
    • Expires Header
    • Using a CDN
  • Loading Strategies
    • The Place of the <script> Element
    • HTTP Chunking
    • Dynamic <script> Element for Nonblocking Downloads
    • Lazy-Loading
    • Loading on Demand
    • Preloading JavaScript

About

JavaScript Patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published