Y
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
bot41
1373 days ago
Is it that they are global state to react but not to the programmer or his/her code?
link
the_gipsy
1373 days ago
It's that they are not shared like globals.
link