@iamrithmic

lol I had a cold when recording, anyway join the Discord server to show off what you made: https://discord.gg/TwUV34F6wC

@ninsky8677

This solution is so clean! I was going in circles trying to delay the normal next.js routing system, but this just gives so much more control!

@shehabwaleed6447

I have been searching for a proper tutorial especially with the app router and I can tell you I have found nothing, from the bottom of my heart thank you so much for it you have no idea how you saved me haha, ps the discord invitation link isn’t working for me

@HenryBabbage

Thanks for making this; was about to investigate app router page transitions, so this came at the perfect time. Would gladly see more gsap + next.js app router vids :)

@ispamtime2777

This channel is so under rated, nice work thank you.

@xam858

damnnnnn first app router page transition tutorial im blessed

@laeioun

big +rep to you, this tutorial saved my project the night before deadline

@Unknown-dh1et

Thank you soooo much. You saved me. This even works for server components.

@kyleatienza3773

"long ass import statement" got me dying

@StabilDEV

Great tutorial, very clean! Thank you! For more semantic html I'd suggest to use an anchor tag instead of a <button> for the <TransitionLink> (with e.preventDefeault()) which would also add progressive enhancement at no cost. And put the <nav> outside the <main> tag and probably wrap the nav links in an <ul> too.

@dikshantsinghadhikari5899

Thank you so much for this, i wish i could thank you for million times i love you mate

@WALiD-ot8ik

Straight to the point , thank you dude. But u forgot cleanup things

@zeustechdev

Going to recommend you for my students thanks for sharing! pretty good content

@yashaswi-m2f

thank u for this useful video. eagerly waiting for more.🀩

@stylem8132

Thanks for the great content! Is it possible to use framer motion instead of gsap to achieve a similar effect while retaining SSR?

@tonyeneh8194

This is brilliant πŸŽ‰πŸ‘πŸ‘πŸ‘

@JasdeepSingh338-ew3rk

Can you suggest same video for react js or make it for react js

@coilt

great tutorial. I think using useRef is preferable to direct DOM manipulation though

@wchorski

have you messed around with the useGSAP hook or do you prefer the regular js implementation?

@darkintaqt

While the animation itself and the impmentation is good, I would personally hate using it. It makes the time you need to navigate the page a lot longer which, in my opinion, ruins the user experience