Render a Stateless Component within a ReasonML Application using ReasonReact

InstructorThomas Greco

Share this video with your friends

Send Tweet

ReasonReact allows React developers to leverage ReasonML's type system when creating components.

In this lesson, we take a quick spin around the ReasonReact project by creating a <HelloWorld /> component. By the end of this lesson, you'll have learned how to create a React component using the ReasonReact.statelessComponent module while getting a first-hand look at some of the amazing tooling ReasonReact provides its users with!