# #mithril

Posts tagged mithril.

- [Exploring Unidirectional Components in Mithril (part 2 — Redux)](https://vdsabev.github.io/exploring-unidirectional-components-in-mithril-part-2-redux.md) — 2017-10-09 — Continuing the experiment from part 1, this time using Redux and the reducer pattern for unidirectional data flow in Mithril, and comparing it to Hyperapp.
- [Exploring Unidirectional Components in Mithril (part 1 — Hyperapp)](https://vdsabev.github.io/exploring-unidirectional-components-in-mithril-part-1-hyperapp.md) — 2017-08-18 — An experiment in writing Mithril components with a unidirectional data flow, borrowing ideas from Hyperapp instead of the usual component classes.
