Effect CommunityEC
Effect Community3y ago
70 replies
imagio

Troubleshooting a Sync Effect in React-Native App

What happened to Effect.blocking per this example? https://github.com/Effect-TS/examples/blob/main/react-heavy-work/src/App.tsx

I've got a sync effect in my app that's taking too much time causing the UI to freeze up. I need to figure out how to properly get it to allow react-native to render while the work is ongoing.
Was this page helpful?