Wit By Bit

Results 4 issues of Wit By Bit

If I use graphql-gun with Apollo client for web (react) and mobile (react-native), will my apps work offline? Is https://github.com/staltz/gun-asyncstorage required here?

Given that the last commit was in October,2016 and that the library is in developer preview, I am hesitant to use AWS for my react-native mobile app. Is this library...

I tried to make pagination work in realtime by creating a FirestoreBoundaryCallback:- ``` class FirestoreBoundaryCallback( private val baseQuery: Query, private val factory: FirestoreQueryDataSource.Factory, private val lifecycleOwner: LifecycleOwner): PagedList.BoundaryCallback() { private...

For some reason, the heading row of iron-data-table is visible over the navigation drawer while all other content that comes below the navigation drawer is hidden. It looks like a...