Current status of js-ipfs web and go-ipfs interop

I’ve been playing with js-ipfs and have been quite enjoying it. I notice however, when running it in a web browser and in the go cli, If I pin a file one place it’s not visible from the other. For example I have this pinned in go-ipfs and it’s found without issue, but not by js-ipfs. But this is pinned in my browser with js-ipfs only and it can’t be found via go-ipfs.

update: looks like eventually both can be accessed from both locations, there’s obviously some discovery delay or something. I’m still curious what the interop story is, and what we’re exited about for js-ipfs to land in the future.

Thanks!