warashibe/nextdapp

Enable async computed values without React Suspense

ocrybit opened this issue · 1 comments

Enable async computed values without React Suspense

Recoil async selectors can never be reevaluate during the app lifetime. We can support onetime Loadable without Suspense but there's a few use cases for such async selectors so we are pending this issue until a better solution comes out.