https://github.com/pauldraper/react-router-fade
Demo of fading transition with React Router
https://github.com/pauldraper/react-router-fade
react react-router
Last synced: about 2 months ago
JSON representation
Demo of fading transition with React Router
- Host: GitHub
- URL: https://github.com/pauldraper/react-router-fade
- Owner: pauldraper
- License: mit
- Created: 2023-06-01T13:12:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T13:54:30.000Z (about 3 years ago)
- Last Synced: 2025-02-26T14:48:58.906Z (over 1 year ago)
- Topics: react, react-router
- Language: JavaScript
- Homepage: https://pauldraper.github.io/react-router-fade/
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# React Router Fade
[Demo](https://pauldraper.github.io/react-router-fade/)
Demo of fading routes with React Router.
Uses `CSSTransition` from
[React Transition Group](https://reactcommunity.org/react-transition-group/),
but replaces `TransitionGroup` with an alternative implementation.
See [src/transition.jsx](src/transition.jsx).