Eric Lewis
Eric Lewis
@kutakmir would love to sync up, I have been working on something more along these lines: https://github.com/ericlewis/CKUI/blob/master/CKUI/ContentView.swift I am considering that implementing the UI as pure SwiftUI would be the...
As per the comment in #274 you technically have everything you need to implement a view like this, I will post some example code soon.
`OCKDailyTasksPageViewController` being syncing with the store (or at least reacting to changes in the store) would be super!
One easy way is to simple create a shim that pass the state on through as an observable object. Below is a shim that can be used with any ReSwift...
Can someone repro and post the feedback URL
I think that is only true if (directly or indirectly) referenced in a body
not to be a downer, but this would break the ability to use it in cloudflare workers as well as browsers. edit: at least not without complicating those users lives...
> > not to be a downer, but this would break the ability to use it in cloudflare workers as well as browsers. > > edit: at least not without...
`node_compat = true` will fix it of course.
I wondered this too, the JS SDK doesn’t support anywhere near as many things, such as customer login etc.