# #javascript

Posts tagged javascript.

- [Simple Naming Tips for Event Handlers](https://vdsabev.github.io/simple-naming-tips-for-event-handlers.md) — 2018-12-23 — Helping our team (and ourselves) write more meaningful and robust code.
- [Learning Form Management in React](https://vdsabev.github.io/learning-form-management-in-react.md) — 2018-10-08 — By building our own reusable component from first principles.
- [React: Injecting Component Props with ES7 Decorators](https://vdsabev.github.io/react-injecting-component-props-with-es7-decorators.md) — 2018-08-20 — Experimenting with decorators to make writing and maintaining React components more ergonomic (subjectively).
- [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.
