Closed lucasbordeau closed 1 month ago
Closing this as it's been open for some time now @lucasbordeau @charlesBochet
I don't see many use-cases for local fields.
The only use-case I see is for things we store in localStorage (for example the last seen view), maybe it could have been done this way. But I don't think the current implementation is bad.
@FelixMalfait agree, we don't need it. I think we have solved all the current issues with the cache
Scope & Context
Apollo has introduced some client only directives that could help us handle some use cases more easily : https://www.apollographql.com/docs/react/data/directives/#client
It would help to talk about it with the @CoreTeamTwenty