Create Smooth, Performant Transitions with React Transition Group v2
Offered By: egghead.io
Course Description
Overview
React Transition Group gives you the power to transition React components in and out of the DOM, depending on the state they’re tied to, with no weird hacks. Without React Transition Group, you may find yourself using a lot of display: none in your CSS, along with some pretty nasty setTimeout hacks. But with it, you can write your transition elements with a neat, declarative, all-new API — and no hacks in sight.
You’ll get to explore v2 of the API in this course, as Rory Smith shows you how to use the React Transition Group library to write seamless, performant, beautiful transitions of elements in and out of the DOM. (i.e. no more jumping from state to state without warning.)
You’ll learn the features of React Transition Group in depth, so that you can turn features of your React app from dull and boring to slick and seamless.
You’ll get to explore v2 of the API in this course, as Rory Smith shows you how to use the React Transition Group library to write seamless, performant, beautiful transitions of elements in and out of the DOM. (i.e. no more jumping from state to state without warning.)
You’ll learn the features of React Transition Group in depth, so that you can turn features of your React app from dull and boring to slick and seamless.
Syllabus
- Course Overview: Create Smooth, Performant Transitions with React Transition Group v2
- Transition a React Component using CSS with RTG’s `CSSTransition` component
- Show React Transition Group Elements with an Initial Transition with the `appear` Prop
- Disable RTG enter and/or exit Transitions using the `enter`, and `exit` Props
- Fine-tune Transitions with React Transition Group’s Lifecycle Props
- Transition Items within a List with React Transition Group
- Render a Different HTML Element as the `` Container Element
- Transition between Pages with React Transition Group and React Router
- Write Transitions with React Transition Group using JSS
- Use React Transition Group alongside the Styled Components library
Taught by
Rory Smith
Related Courses
Building High Quality User Experience Using Material UINIIT StackRoute via Coursera Styling React Applications with Styled Components
egghead.io Gatsby Static Site Generator Tutorial
freeCodeCamp How to Build Tetris in React - GameDev Tutorial (with React Hooks!)
freeCodeCamp React and APIs - Full Tutorial - Hacker News API Application
freeCodeCamp