<https://www.youtube.com/watch?v=C7-sSo7omnQ> If ...
# random
k

https://www.youtube.com/watch?v=C7-sSo7omnQ

If you're on the verge about using TypeScript 😄
👍 1
💯 1
e
What are the benefits of
mobx
state managment over for example
apollo-client
(with it's
link-state
)? – I have used neither, but was initially planing to get going with
apollo-client
for a new setup.
k
I haven't used link-state but just glancing at it tells me that's it even more complex than modifying state in redux
e
I've not tried
apollo-client
, but read a lot up on it in hopes to start using it. Only state library I've previously used is
vuex
with
vue
. I'll have a look at
mobx
and see what the hype is about. 😉 Though the
apollo-client
hype is pretty big as well. 😅
Seems like it would not play very well with
vue
and is very react centered, so never mind that.