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
make zkapp workers (UI) type safe, prevent nasty bugs when sending data across the UI
allowing to pass native o1js types directly, type-safety on client side code, 'type-safety' when declaring zkappWorkerClient <-> zkappWorker interactions
I agree with @mitschabaude here. I was always conflicted about adding examples of UIs with web workers as the recommended way of building UIs with o1js. In my opinion, web workers were always a temporary solution.
make zkapp workers (UI) type safe, prevent nasty bugs when sending data across the UI
see https://docs.minaprotocol.com/zkapps/tutorials/zkapp-ui-with-react
example https://github.com/KarolDevLtd/Sliced.club/blob/dev/client/src/pages/zkappWorker.ts
The text was updated successfully, but these errors were encountered: