Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-01T13:54:30.000Z (over 1 year ago)
- Last Synced: 2024-11-11T09:02:46.868Z (3 months 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).