Hacker News new | ask | show | jobs
by taoxin 916 days ago
States are mutable whose value can be get/set via the ".val" property. However, the value of the states should be (ideally) an immutable object (or primitives).
1 comments

Yeah I understood that better, thanks.