Hacker News new | ask | show | jobs
by lilactown 3276 days ago
Redux is a javascript library. It shares some idioms with correct Elm code, but is a very different beast.
1 comments

Right but the underlying design pattern is the same. This is all I'm saying. Redux can almost be thought of as an Elm pattern implementation with "familiar" imperative syntax.