Content pfp
Content
@
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
Why does frog have state in FrameData but not in FrameResponse? I just want to return my own state in Frame Response darn it :( Frames Spec says it should be serialized JSON so JSON.stringify() should be perfect. Then when I get FrameData back I should be able to unwrap that Anyone got a working sample/tutorial?
1 reply
0 recast
4 reactions

bchow pfp
bchow
@bchow
I may be misunderstanding your question, but I think you want to modify the state with the `c.deriveState` function It's a bit confusing because the name `deriveState` suggests read-only behavior, but it also persists the modifications made to the `previousState` reference
2 replies
0 recast
1 reaction

Samuel pfp
Samuel
@samuellhuber.eth
interesting if I have a user Adam going through multiple frames and user Bernd now also starts is the state for adam and bernd different or the same? I'd need it to be different for each user interacting with the frame. The Docs don't make that clear and have it in the app which worries me
1 reply
0 recast
0 reaction

bchow pfp
bchow
@bchow
Yeah sorry, persistence is a loaded term. I think the state is sent via query params in the POST URL for the frame, so the state is user-specific
2 replies
0 recast
0 reaction

jxom  pfp
jxom
@jxom
Yes. State is user-specific.
2 replies
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
oh nice that is lovely! that would work for that usecase then. thank you! 420 $DEGEN
0 reply
0 recast
0 reaction