quisi.do
1 min readMar 1, 2019

--

By default, it does not use React Context. There is a global state object that, when updated, dispatches re-render requests to each component that accessed the updated keys.

Version 1.0 added the ability to use Context if you want to limit the scope of the global state to only a set of children Components. This works by creating a new global state object for each Context.

--

--

quisi.do
quisi.do

Responses (1)