apollo-link-state icon indicating copy to clipboard operation
apollo-link-state copied to clipboard

⚠️ This project is being deprecated ⚠️

Open hwillson opened this issue 6 years ago • 2 comments

Apollo Client 2.5 is going to be released very shortly, and will include integrated local state handling capabilities. The functionality offered by apollo-link-state will be included in the Apollo Client core, which means this project/repository will be deprecated. For those interested in trying out the new integrated local state features of AC, see https://github.com/apollographql/apollo-client/pull/4155 (the changes are currently available via apollo-client@alpha and react-apollo@alpha). We're still in alpha, but will be cutting over to beta soon (so if you have any feedback, please add your comments in https://github.com/apollographql/apollo-client/pull/4155). Thanks all!

hwillson avatar Jan 17 '19 14:01 hwillson

Hello!

How breaking would be these changes? If I start implementing my project's local state with apollo-link-state today, would I be forced to rewrite it with new version of apollo client or API isn't going to change formidably? (Or alpha version is usable?)

pashazz avatar Jan 30 '19 23:01 pashazz

@pashazz The alpha is currently usable, but the plan is to get the final release of Apollo Client 2.5 out next week.

hwillson avatar Jan 31 '19 01:01 hwillson