Wednesday, 23 October, 2019 UTC


Summary

Throughout the last year, the use of React hooks has taken the world of web development. Hooks provide users with an easy way to handle interactivity within ReactJS applications, so it's no surprise that the latest release of the ReasonReact library makes great use of them. In this lesson, we'll get started using ReasonReact `0.7.x` by scaffolding out an application using the [BuckleScript](https://bucklescript.github.io/) command-line tool. Once scaffolded, we'll go through the steps needed in order to properly run our application within a development environment that is ripe for productivity! ### Resources * [ReasonML Docs](https://reasonml.github.io/docs/) * [ReasoNReact Docs](https://reasonml.github.io/reason-react/en/) * [BuckleScript Docs](https://bucklescript.github.io/)