I'm playing with gun.js
and I'm loving it so far. Is it's safe to us gun
on the client (especially for .put()
calls etc.)?
If I was building a react+redux app and my gun.put()
calls came from thunks for example, is that safe? Or is it better to do CRUD operations on the server and just use the Gun client library for retrieving data (.on()
) and keeping my redux stores in sync?