Troubleshooting a Sync Effect in React-Native App
What happened to
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.
Effect.blocking per this example? https://github.com/Effect-TS/examples/blob/main/react-heavy-work/src/App.tsxI'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.
