[–] randomcatuser 1y ago ↗ You know what you should do next? Out-innovate Vercel & offer even more cool features!Some ideas:1) Live object state! (like liveview/instantdb!)import {useLiveState} from 'zercel'const [state, setState] = useLiveState({whateveryouwant}, {name: '/roomId/keyId'}) // will sync automatically in realtime between clients!2) Storage!import { storage } from 'zercel'storage.put("hello", file)Inspirational, thanks for the open source code!
2 comments
[ 2.9 ms ] story [ 12.4 ms ] threadSome ideas:
1) Live object state! (like liveview/instantdb!)
import {useLiveState} from 'zercel'
const [state, setState] = useLiveState({whateveryouwant}, {name: '/roomId/keyId'}) // will sync automatically in realtime between clients!
2) Storage!
import { storage } from 'zercel'
storage.put("hello", file)
Inspirational, thanks for the open source code!