Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).