Tags → #worklets
-
Why We Did Not Move MMKV Writes to a Worklet: The Serialization Cost
We wanted to move an expensive GraphQL store write off the JS thread. A background worklet looked like the answer. But the cost to serialize the data into the worklet made it a no-go. Here is the experiment.