Parallel And Intercepting Routes: Next.JS 14 Full Stack Real Estate Project- Part 6

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • Hey Developers, In this video we will use parallel routes and intercepting routes of next.js to create a modal delete property page.
    Next.JS 14 course with full stack real estate project.
    ✅ Episode 1: • Real Estate App with N...
    ✅ Episode 2: • NextJS 14 Full Stack |...
    ✅ Episode 3: • Next.JS 14 Full Stack ...
    ✅ Episode 4: • Authentication and Aut...
    ✅ Episode 5: • Delete Property and us...
    ✅ Episode 6: • Parallel And Intercept...
    ✅ Episode 7: • Landing Page -- Next.J...
    ✅ Episode 8 : • Pagination In Server C...
    ✅ Episode 9 : • Search Bar With useDeb...
    ✅ Episode 10 : • Stripe Online Payments...
    GitHub Repo(Please give it a ⭐ on GitHub): github.com/vah....

КОМЕНТАРІ • 4

  • @prashlovessamosa
    @prashlovessamosa 4 місяці тому

    Thanks Sakura

  • @RajaVarri
    @RajaVarri 4 місяці тому

    Hi Sakura, I have watched your videos related to next js 13 next-auth for authentication,But i am facing an issue
    Here it is : I have implemented a new app with nextjs 13 my initial route ("/") should be signin page and then when user logins in i should redirect him to home page. i have more screens like forgot password,sign up,verify otp in auth module. inside home i have some other screens. now i have an api for signin from where i get all data related to user and token will be sent in the response, once user login and we get a token from backend api,i need to redirect user to home page. How should i build my layout properly in order to build this whole thing properly. Because with current app folder structure i am unable to implement this. Can you pls provide some inputs in this.