---
title: Functional Component
---

You can use a function as a component in ReactJS. In ReasonReact, this is not yet possible (soon!); though you can obviously just call the function without using the JSX syntax: `MyList.make(~className="foo", [||])`.
