Hacker News new | ask | show | jobs
by sli 1755 days ago
Quickly? Redux is a state container that supports Flux actions and Elm is a language with a companion architecture that's recommended. The comparison would be between Elm and Javascript/Typescript+React+Redux, as it provides the ability to implement those featuresets out of the box, including Messages, which is the TEA answer to Redux and Flux actions (more or less).

Personally, I find working with Elm's state management features is like heaven compared to dealing with Redux+Typescript's intensely noisy types.

2 comments

TEA was the inspiration for Flux/Redux IIRC.
> compared to dealing with Redux+Typescript's intensely noisy types.

Anybody have any experience on how this compares to ReasonML + React?