Explore a conference talk that delves into implementing Redux principles in vanilla JavaScript. Learn how to build a Tic-Tac-Toe game from scratch, understanding the core concepts of store, actions, and reducers. Discover how these elements interconnect to achieve unidirectional data flow. Follow along as the speaker, a Front-End Engineer at Booking.com, shares insights gained from this hands-on project. Gain practical knowledge on applying Redux concepts without relying on frameworks, enhancing your understanding of state management in JavaScript applications.
What if We Tried to Implement Redux in Vanilla JavaScript