Hacker News new | ask | show | jobs
by dinedal 2670 days ago
The reason they didn't use redux was explained in the medium post.[1]

> We just used global mutable state instead of the whole immutable Reduxy patterns people liked to enforce. It was simple and it worked great.

[1] https://medium.com/@gabriel_20625/technical-lessons-from-bui...