Hacker News new | ask | show | jobs
by postalrat 1373 days ago
Depends on what you mean by global state. You don't have access to a single pool of global variables. You only have access to what you put there and what you've been given.
1 comments

Is it that they are global state to react but not to the programmer or his/her code?
It's that they are not shared like globals.