CSSTransitionGroupを使う例
デフォルトでaddonは使えないようになっているので使えるようにする
application.rb
config.react.addons = true
Hoge.js.jsx
render() {
const CSSTransitionGroup = React.
return (
<CSSTransitionGroup>
</
);
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
CSSTransitionGroupを使う例
デフォルトでaddonは使えないようになっているので使えるようにする
config.react.addons = true
render() {
const CSSTransitionGroup = React.
return (
<CSSTransitionGroup>
</
);
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked