Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 428 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 428 Bytes

TransitionableReactRouter

100% a WIP, use at own risk.

The router only supports the history API without a hashbang fallback. Does SSR. Allows for transitions by providing these following states to the nested components: entering, entered, exiting, and exited.

The main goal was to keep this router lean, without relying on TransitionGroup, and while allowing nesting route and allowing for different animations.