Its nice that you are showing a fix of a bug for the intercepting route. It was such a headache to debug, only to find out its the caching
@TechDiffuse2 ай бұрын
I like nextjs but it's buggy as hell and the dev experience is not great. I wrote a a script to basically always delete the .Next folder when I start the dev env
@ekchills69482 ай бұрын
@@TechDiffuse wow
@Kauto2 ай бұрын
I love how casually you handled the nextjs bugs. Delete the .next folder and restart everything should be something of the past.
@JunGull2 ай бұрын
Didn't even hear about this feature. One more thing to keep in the toolbox!
@gerkim622 ай бұрын
i was waiting for your tutorial on this topic
@ejemeniboi2 ай бұрын
Thank youuu, needed more explaination on this
@hypealex2 ай бұрын
this (..)(..) kinda weird.
@tusharjain97012 ай бұрын
(.)(.) is the proper syntax 😂
@ronallan86802 ай бұрын
(. )( .) Is it just me or...
@big-jo892 ай бұрын
more like this (.)(.) 😶
@Alessandro-nq3tm2 ай бұрын
Dirty mind activated 😂
@omega.developer2 ай бұрын
That's because of her gf
@doplerfish2 ай бұрын
Thank you for this great explanation! Do you know if this should work when submitting to heroku?
@_tanzil_Ай бұрын
Well explained
@munna55532 ай бұрын
Can you please make video on full stack application (MERN) and without any external backend as service library It really helpful
@yj41052 ай бұрын
this is brilliant! exactly what I was looking for for my project. :)
@TheStudyGuy12 ай бұрын
Love this man
@Filipp113912 күн бұрын
Can I add transition for that modal after click router.back()?
@playyourway29632 ай бұрын
thank you sir !
@qwerty-or1yg2 ай бұрын
Can you do a tutorial on user login and updating the state? I have a hard time implementing authentication with supabase. Basically, I’m trying to use a context api, but once logged in, I need to do a page refresh to update the navbar with the user menu. I’m probably just doing something wrong at this point.
@adityaparab43142 ай бұрын
Any more use cases for this?
@justingiovanetti2 ай бұрын
Can this be built as a static build? Does it have to be deployed on Node?
@tuvshinbayartuvshinzul84892 ай бұрын
with Pages then yes. But with App Router, then no
@justingiovanetti2 ай бұрын
Thanks, problem is, you can’t have dynamic routes with Next unless it’s deployed on Node. Unless there’s something I don’t know.
@navidghasemi96852 ай бұрын
@@justingiovanetti I don't think it's only about Next, You can not have dynamic routes without a listener server for rendering dynamic data
@justingiovanetti2 ай бұрын
@@navidghasemi9685 Thanks. Though, not quite sure what you mean. You could do something like this: } /> And then make a static build, which deploys anywhere. Making an SPA with dynamic routing.
@Dennisngari-q1t29 күн бұрын
How can you navigate to the "Forgot Password" link and close the intercepting modal simultaneously in a login form?
@singh.aadarsh2 ай бұрын
Amazing😮 10:55
@abirdutta13572 ай бұрын
I have a component which is to to be protected by auth. I am implementing this process, but when the modal for log in is coming, if someone presses back, the prev data is still visible. What to do
@jamshediqbal79362 ай бұрын
The best use case for intercepting routes is for /login 🙂
@АндрейФирсов-й9зАй бұрын
What's the benefit of it? Say you found interesting item in gallery and would like to share url to it with someone but then suddenly your token has expired and you see a login popup while url changed to /login. And now you cant share a valid item url: instead you'll share a login page url. Wouldn't it be more benefitial to simply conditionally render the modal based on auth state in the root layout?
@clintevans77022 ай бұрын
I see you have the guitar in the background, have you ever been to The NAMM Show? If not, let me know if you want to go.
@АндрейФирсов-й9зАй бұрын
What's the real use case of it? Why not simply use query parameters?
@busranuraltun42302 ай бұрын
please more storybook videos
@dev-akeel2 ай бұрын
You didn't click on login after refreshing login page. it shows login modal on top of login page which is not what you wanted.
@obibakwekuadoma84822 ай бұрын
can you provide some practical uses of routes in typescrpt
@yj41052 ай бұрын
after logging in i am not redirecting to anywhere else but staying in the login page am I right?
@alirezanasirzade24432 ай бұрын
I have question Is there a way to make HTML with HTML modules????
@mohanedomer90812 ай бұрын
wow i am fast to learn :3
@Ss-zg3yj2 ай бұрын
First! Nice topic mate!
@maykrpc2 ай бұрын
Next js is becoming a little monster in a bad way. This syntax for routes among other things that don't appeal to me at all...
@brucegenerator27552 ай бұрын
totally agree. ive been using it at work for a little over two years and loved it at first but since migrating to the app directory a year ago i find myself consistently discovering annoying features/bugs and gotchas the documentation isnt really clear about.
@krishubisht2 ай бұрын
Nice
@jasim-dev12 күн бұрын
4:48 the "tsx" pissed you😅
@hikari16902 ай бұрын
It's almost like web dev is coming back into a full circle hahaha
@idrisalparslan23125 күн бұрын
u are a mann! i will sleep in peace
@RishiRajxtrim2 ай бұрын
🙏🏻🙂👍🏻
@MerrickKing2 ай бұрын
On Windows, F2 will rename a file or folder
@shyamtala38212 ай бұрын
NextJs 14 is very weird😢
@ESArnau2 ай бұрын
This is what instagram does
@ehm-wg8pd2 ай бұрын
o my god another abstraction
@magnuserikkeenrobot11172 ай бұрын
whats the point of this?
@ezwtwrziehag17362 ай бұрын
nextjs sucks. vite+vanilla react is the way to go
@gregroyclark2 ай бұрын
Next is excellent, it's just hard to get right.
@null_spacex2 ай бұрын
Skill issue
@SachinSharma5902 ай бұрын
Comfort zone
@samking6182 ай бұрын
@@gregroyclarkyeah, Im extremely happy to rewrite entire codebase every 6 months
@SupremelyAverage2 ай бұрын
Skill issue
@DennisPeters392 ай бұрын
really like your videos, but could you please just have no intro at all. i always need to skip it because it is so annoying
@linela2 ай бұрын
Why are you shaking your neck so often?
@itsyourronit2 ай бұрын
Are you drunk Kyle
@alexpanteli36512 ай бұрын
Dude, you are drunk when you are writing this
@codiumyt2 ай бұрын
@@alexpanteli3651 lol he is probably referring to the 5x misspell