Skip to content

cissa-fr-dev/Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Design Patterns

Mini projects to study and help others with them.

Índice

Observer

Is a behavioral design pattern that allows some objects to notify other objects about changes in their state

Typescript Npm

  • In this application I made one input editable and two inputs disabled, these disabled inputs will take the input value while listening. If they're not listening, don't change your state:

run this application

  • run npm install
  • run npx tsc observer.ts -w in terminal to generate a .js file
  • use Live Server to run in browser

About

Mini projects to study and help others with them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published