Open Pomax opened 5 days ago
We don't want to have a flash of unstated content in the browser when we're (re)connecting to a client that already has a tasty state going. The init() browser function should already guarantee that this.state is equivalent to the client state.
init()
this.state
We don't want to have a flash of unstated content in the browser when we're (re)connecting to a client that already has a tasty state going. The
init()
browser function should already guarantee thatthis.state
is equivalent to the client state.