preact-router and preact-transition-group
See original GitHub issueHi, first of all thanks for Preact and its tooling, it’s really great. 👍
I’m looking to add preact-transition-group
to my routing so that each component can handle componentWillEnter
, componentWillAppear
and componentWillLeave
.
So far I haven’t found a clean way of integrating these two together without patching this module.
Is there another way this might be possible?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:12 (4 by maintainers)
Top Results From Across the Web
preact-router and preact-transition-group · Issue #187 - GitHub
I'm looking to add preact-transition-group to my routing so that each component can handle componentWillEnter , componentWillAppear and ...
Read more >how can i create a page transition with preact - Stack Overflow
It would be something like: import { h, FunctionComponent } from 'preact'; import Router from ...
Read more >Usage with React Router - React Transition Group
The main challenge is the exit transition because React Router changes to a new route instantly, so we need to keep the old...
Read more >preact-render-to-string vs preact-router vs preact-transition-group ...
preact-render-to-string vs preact-router vs preact-transition-group. Popular Searches. @angular/core vs angular vs react vs vue · angular vs react vs vue ...
Read more >preact-transition-group - npm
A preact-aliased version of react-addons-transition-group, originally extracted from the React codebase, refactored to ES2015 and converted ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, for now I am happy to use my fork. We eventually might clean it up a bit and re-release it with more documentation on transitions, as an alternative to
preact-router
for more specialized animated apps.Cheers. 😄
@mattdesl would extending the router work for you?