Is functional programming overtaking the IT industry?(techinasia.com)
techinasia.com
Is functional programming overtaking the IT industry?
https://www.techinasia.com/talk/functional-programming-overtaking-it-industry
https://www.techinasia.com/talk/functional-programming-overtaking-it-industry
Not everything works well in an MV* pattern, and it can often lead to complexities that outweigh doing things the "hard" way, or even having a single state tree. Redux in particular distills this very well imho.
That said, classes do well to encapsulate localized state. There's really room for both, and even in the same application. I think it's nice to see the discussion and options opening up.