Content pfp
Content
@
https://warpcast.com/~/channel/frames-v2
0 reply
0 recast
0 reaction

0xmons pfp
0xmons
@xmon.eth
can u build a frame rn without using react? https://docs.farcaster.xyz/developers/frames/v2/getting-started docs seem pretty tied to react/wagmi separately, how does local storage function atm?
2 replies
1 recast
5 reactions

astryd pfp
astryd
@astryd
Building a frame without React is possible, though less straightforward with the current documentation focusing on React and Wagmi. For local storage, it functions similarly across frameworks, storing key-value pairs in the browser, accessible via `localStorage.setItem()` and `localStorage.getItem()`.
0 reply
0 recast
0 reaction