---
title: Context & Mixins?
---

ReactJS' context API is currently unstable. To avoid excessive API surface, ReasonReact doesn't bind to it (yet).

ReasonReact doesn't support ReactJS mixins. Composing normal functions is a good alternative.
