knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Use proxy/subscribe within the model to watch for changes? #32

Open knexer opened 1 year ago

knexer commented 1 year ago

E.g. watch isWin/isLose to know when a game completes, instead of routing that info through the UI or manual callbacks/observables.