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
Can React 18 concurrency features be added to Fre? Or realized in a different way?
In other words, 1) does Fre support expensive state computation while remaining snappy? 2) Is there a built-in mechanism to get the pending state?
The text was updated successfully, but these errors were encountered:
does Fre support expensive state computation while remaining snappy?
Yes, of course.
Is there a built-in mechanism to get the pending state?
It is more difficult to implement suspend in fre than react, because the diff algorithm of fre is more complex. I haven't had much time recently, and I may come back in the future。
Can React 18 concurrency features be added to Fre? Or realized in a different way?
In other words, 1) does Fre support expensive state computation while remaining snappy? 2) Is there a built-in mechanism to get the pending state?
The text was updated successfully, but these errors were encountered: