👩💻 Join our community of thousands of amazing developers!
So far you had a chance to learn about two big ideas in functional JavaScript: functional array operations and immutability. Especially the latter concept could seem slightly theoretical to you. It’s time to see a practical application of immutability. You will now learn about Redux - an amazing concept which will change how you think about building applications. This post is part of the Functional Programming in JavaScript series.Application stateEvery web application in JavaScript has state. S...