February 2019
Beginner to intermediate
180 pages
4h 4m
English
Run npm install --save react-transition-group to install the dependency.
Let's create a new file called ReactTransitionGroup.re to house these bindings. In this file, we'll bind to the TransitionGroup and CSSTransition components:
[@bs.module "react-transition-group"]external transitionGroup: ReasonReact.reactClass = "TransitionGroup";[@bs.module "react-transition-group"]external cssTransition: ReasonReact.reactClass = "CSSTransition";
Read now
Unlock full access