Hacker News new | ask | show | jobs
by woah 4005 days ago
I think the OP meant Flux. I also read about it being used to store things that are not being persisted.
1 comments

Fair enough. In that case, yeah, GraphQL is about the server communication and doesn't specify a particular application architecture. There's usually some data you want saved locally and not persisted to the server, though that's not very common in facebook, since eg preferences are meant to work across devices.