DEV Community

Discussion on: Redux is half of a pattern (1/2)

Collapse
 
cdoublev profile image
Guillaume • Edited

Hello David,

I have been reading FSM related posts (including yours) with great interest since a few years now, but I've never taken the step to include this pattern in my projects. I feel like there's more boilerplate and that it's a bit overthinking for simple UI component.

Anyway: "[Transitions] can be represented using boxes and arrows" makes me wonder if you've ever thought about implementing FSM using category theory and algebraic data structures?