I have a number of work and non-work-related podcasts this week:
A good interview with the authors of two Flux implementations: Flummox and Redux. Both of whom suggest that Redux is the ultimate Flux implementation, disposing of unnecessary concepts and leveraging the idea of "reducers" from Elm
- Dan and Andrew's "super awesome, helpful document that they made for the show during preparation" (recommended reading)
- For anyone interested Dan Abromov posted a complete implementation of Redux which is < 100 LOC. Worthwhile reading showing some awesome functional-style code that achieves so much in so little.