You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys
I've been playing with Alt over the weekend and I like it a lot. I've created an isomorphic PoC with data sources as described in documentation. There is one thing I can't figure out - how to wait with flush() for all promises returned by data sources to be resolved. The point is to complete all request started during component initialisations and send complete footprint to the browser.
The text was updated successfully, but these errors were encountered:
This is actually what the Iso render loops are for. Currently in the process of revising, see e.g. #393 and #400. #284 is what we currently have, though.
Thanks - I made it work on the server-side with Alt singletons. Is there a way to make it work with Alt instances? I guess I still need to wait for #364 to use it with react-router.
Hi guys
I've been playing with Alt over the weekend and I like it a lot. I've created an isomorphic PoC with data sources as described in documentation. There is one thing I can't figure out - how to wait with flush() for all promises returned by data sources to be resolved. The point is to complete all request started during component initialisations and send complete footprint to the browser.
The text was updated successfully, but these errors were encountered: