knexer / auto-puzzler

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

Valtio is still very confusing #29

Open knexer opened 1 year ago

knexer commented 1 year ago

Many disconnected thoughts here:

In general... it's hard to grok, hard to use, hard to read - at least the way I'm trying to use it. It might be better with less coupling of state and behavior - dumb state objects, and code that acts on and reads from those objects, instead of objects that mix state with behavior. This is probably nice for saving and loading anyways?

Anyways, figure out how to use the library better and do so, or figure out what to use instead and do so.