rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Add a JS backed Puller/Pusher implementation #365

Closed arv closed 3 years ago

arv commented 3 years ago

This creates implementations of Puller and Pusher that are backed by a JS Function. This function gets passed in to BeginTryPull and TryPush.

arv commented 3 years ago

FetchPusher/FetchPuller and browser_client.rs fetch are now dead code. I'll remove later