|
|
|
|
|
by randomcatuser
464 days 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! |
|