apollographql / apollo-link-state

✨ Manage your application's state with Apollo!
MIT License
1.4k stars 101 forks source link

⚠️ This project is being deprecated ⚠️ #341

Open hwillson opened 5 years ago

hwillson commented 5 years ago

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!

pashazz commented 5 years ago

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?)

hwillson commented 5 years ago

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