-
mbseid Well, proxies mby, but async ones, which is sort of the whole point. By handling requests outside of the execution chain, true async
-
mbseid For ex, a Store can stand as an async gateway to an API. But it can also be used to manipulate statefulness on img load w/o blocking
-
mbseid So I can load tiny images, emit their URLs to a store, wait until my master component has mounted, then emit actions to load...
-
mbseid ...
Img()in the background, and update the Store on completion. That then updates component state with larger images. ... -
mbseid By manipulating the Store to alter component State, I control HTTP requests, and run it w/o blocking unrelated components.
Chronotope’s Twitter Archive—№ 56,230