Next.js 14 Tutorial - 7 - Dynamic Routes

  Рет қаралды 125,555

Codevolution

Codevolution

6 ай бұрын

📘 Frontend Interview Course - learn.codevolution.dev/
💖 Support UPI - support.codevolution.dev/
💖 Support Paypal - www.paypal.me/Codevolution
💾 Github - github.com/gopinav
📱 Follow Codevolution
+ Twitter - / codevolutionweb
+ Facebook - / codevolutionweb
📫 Business - codevolution.business@gmail.com
Next.js 14
Next.js Tutorial
Next.js 14 Tutorial
Next.js Tutorial for Beginners
Dynamic Routes
Dynamic Routes in Next.js
Next.js 14 Dynamic Routes

Пікірлер: 79
@joja2174
@joja2174 6 ай бұрын
bro explained a 2 hours lecture in 7 mins
@uquantum
@uquantum 15 күн бұрын
Thanks so much❤ I’d moved so quickly to astro (ssr) a couple years ago, but now I have a next.js project, so I really appreciate your presentation style and the content to get me up to speed.
@budifajriarzi4233
@budifajriarzi4233 4 ай бұрын
Thank you for step-by-step tutorial, very helpful
@bhn1997
@bhn1997 2 ай бұрын
Thanks for your guides. Exactly what I wanted to render!
@riavi
@riavi 2 ай бұрын
Thanks! This cleared up what my instructor meant by dynamic routes, I didn't get it in class.
@euroclydon7883
@euroclydon7883 6 ай бұрын
Your explanations are top notch
@user-cr5tv8bw2x
@user-cr5tv8bw2x 6 ай бұрын
Thanks. I'm following this course as soon as they drop. Promise to finish it with you. This is great
@Usama-Tanoli
@Usama-Tanoli 2 ай бұрын
so as you might finished this could you tell me how is this
@jeffreyndukwe3869
@jeffreyndukwe3869 6 ай бұрын
You are doing a great and wonderful job. Nice teaching
@latifurrahman2648
@latifurrahman2648 3 ай бұрын
this course helps me very much. you are the best instructor
@omozemojeaugustine3529
@omozemojeaugustine3529 Ай бұрын
Am following the series thanks for breaking this down to this level
@yinonelbaz5309
@yinonelbaz5309 6 ай бұрын
You are doing a great and wonderful job!
@rohit_dev
@rohit_dev 6 ай бұрын
I am going to finish this series with you 🙌
@shresthagaurab2193
@shresthagaurab2193 3 ай бұрын
Thanks u so much step by step , it's very helpful
@user-vu9dl3vn7l
@user-vu9dl3vn7l 8 күн бұрын
Thank you so much for the guide! ❤
@user-xq9wf6pg2x
@user-xq9wf6pg2x 5 ай бұрын
so useful teaching! Thanks
@DushyantJoshi
@DushyantJoshi 3 ай бұрын
Just Awesome. Thanks for this.
@md.Alamin-ej6ro
@md.Alamin-ej6ro 22 күн бұрын
Damn THIS was too good, it helps me a lot i was searching for this type of content but everyone just explained it in a more difficult way , anyway it was damn good to understand the basics of the dynamic routes. Thanks a lot..
@syedakashish5913
@syedakashish5913 4 ай бұрын
explanation is so good.And it seems like john the don it teaching.
@osaka-ben9291
@osaka-ben9291 5 ай бұрын
thank you so much ! i was struggling with NextJs router specially with the 14.0 version because we're not using the folder "pages" anymore if i get it right.
@sejeminecraft1
@sejeminecraft1 3 ай бұрын
Thank you so much. Short and precise, extremely helpful!
@rickyanchores4464
@rickyanchores4464 5 ай бұрын
Great tutorial!!
@aakashyadav6228
@aakashyadav6228 5 ай бұрын
Bro, please continue with the series.
@mohitrathore8808
@mohitrathore8808 6 ай бұрын
Wonderful, keep going
@asifnewaz477
@asifnewaz477 3 ай бұрын
Thanks bro! You are so cool!
@nicolaskorner9351
@nicolaskorner9351 3 ай бұрын
Hey Codevolution & watchers, In your dynamic routes we're using params. Is there any difference to your usage and type declaration compared to NextJS useParams für dynamic routes? In their docs they create a variable with const params = useParams (and import it). Thanks for your videos!
@elenak2528
@elenak2528 4 ай бұрын
Thank you! Where did you find it? There is no this info in documentation I think. Only with the help of your video I managed to finally do dynamic routes ( params especially are never mentioned in documentation, or I am stupid I don;t know)
@kevinchittilapilly8221
@kevinchittilapilly8221 2 ай бұрын
Thanks for the lecture. I have a doubt. How can I add a check so that only if the productId is a number, I navigate to the right page. But if the user enters something like product/temp it does not navigate to the productid page
@Pipu748
@Pipu748 Күн бұрын
love it
@user-bu7xp4vd2s
@user-bu7xp4vd2s 5 ай бұрын
Thank you!
@andrewberrio7374
@andrewberrio7374 3 ай бұрын
Thank you sir
@wojteeh
@wojteeh Ай бұрын
Very useful, thanks ;)
@riyad-appscode
@riyad-appscode 6 ай бұрын
Thanks 🙂
@sahandsepidar4089
@sahandsepidar4089 6 ай бұрын
i only tought the only way to get the paramd is using hooks , i didnt know about params ; thank you
@nahar830
@nahar830 6 ай бұрын
Thanks
@MucahitCanbey
@MucahitCanbey 4 ай бұрын
Thanks ✨✨
@user-mc1dm3oc7o
@user-mc1dm3oc7o 5 ай бұрын
Does this work with js also? It renders only the "404 page not found" component in my case
@saintrivers962
@saintrivers962 3 ай бұрын
Yeah, I'm having the same problem.
@zohaibafridi3522
@zohaibafridi3522 5 ай бұрын
will it work on build?
@jonathanguerrero5991
@jonathanguerrero5991 3 ай бұрын
Dynamic routs information start at minute 4:00 all previously said is not dynamic routes.
@theangelofspace155
@theangelofspace155 6 ай бұрын
But what happen of we try to access a outOfRange dynamic route? Do we need to build that logic so if a user is trying to go to /[100] but we only have 50 resources? Or will nextJS render a 404 - not found?
@HimanshuGogoi
@HimanshuGogoi 6 ай бұрын
u need to manually redirect it to not found else it will still attempt to show the page
@tsmusic9587
@tsmusic9587 3 ай бұрын
NICE video
@HassanMehboob-ij1cq
@HassanMehboob-ij1cq 3 ай бұрын
How I can get id in nested component?
@yellhtetnaing2245
@yellhtetnaing2245 6 ай бұрын
waiting for next pieces
@user-ll2lt6ki4f
@user-ll2lt6ki4f 2 ай бұрын
If someone gets an error, the id does not appear in the text on the page or next shows an error, check whether you wrote the ID correctly in the ProductId folder. In the folder name, the first letter I must be capitalized product Id
@Kevin-ft1xe
@Kevin-ft1xe 2 ай бұрын
Thanks mate
@rahmannurudin5003
@rahmannurudin5003 6 ай бұрын
where's _app module in newest next.js version?
@harshitshrivastava114
@harshitshrivastava114 Ай бұрын
why my params.productID is showing undefined in console.log
@adityarajaram3124
@adityarajaram3124 5 ай бұрын
I have question while deploying in next js 14 with app router (Dynamic Route) it's not supported. Do you know any way?
@iqbalali3341
@iqbalali3341 5 ай бұрын
I also have the same problem, have you found a solution?
@victoragese9275
@victoragese9275 3 ай бұрын
Same here
@chesterxp508
@chesterxp508 6 ай бұрын
GoodJob!
@bj0urne
@bj0urne Ай бұрын
My VS Code doesn't automatically format my code when I save the file like yours does... Is that an extension you're using?
@EzequielGrigolatto-lg6mz
@EzequielGrigolatto-lg6mz Ай бұрын
You can use and configure prettier for that
@Kmkn308
@Kmkn308 6 ай бұрын
waiting more videos
@behroozbk
@behroozbk 4 ай бұрын
best
@HassanAKhann
@HassanAKhann Ай бұрын
Saviour
@JagadishL-wj6sn
@JagadishL-wj6sn Ай бұрын
How do you handle 404 page for dynamic routes
@programwithalex
@programwithalex 8 күн бұрын
well, lets say you are searching for that id in the database and returning its properties, then yuo can do a conditional rendering to see if your api returned the data or returned a 404 error!
@selvamkarthik9605
@selvamkarthik9605 6 ай бұрын
😊
@gabrielsouza4483
@gabrielsouza4483 2 ай бұрын
Why when im ussing output: export I got the error "Page "/[ID1]/[ID2]" is missing "generateStaticParams()" so it cannot be used with "output: export" config." ??? I dont have all possible values to ID2 and ID2 to generateSTtaicParams
@EzequielGrigolatto-lg6mz
@EzequielGrigolatto-lg6mz Ай бұрын
I'm getting the same issue, were you able to solve it?
@gabrielsouza4483
@gabrielsouza4483 Ай бұрын
@@EzequielGrigolatto-lg6mz the """"fix""" is downgrad tô 13.4.9 , apparently next 14 release with this bug but never fixed
@EzequielGrigolatto-lg6mz
@EzequielGrigolatto-lg6mz Ай бұрын
@@gabrielsouza4483 thanks for your quick answer! unfortunately downgrade next version is not possible on my case, I'll look for other options then
@gabrielsouza4483
@gabrielsouza4483 Ай бұрын
@@EzequielGrigolatto-lg6mz I tried almost everything , almost for two weeks, but if u find a solution tell me
@manuelrosalesmaquieyra9687
@manuelrosalesmaquieyra9687 12 күн бұрын
bestia animal idolo
@yipmong
@yipmong Ай бұрын
Sir, words can not express our appreciation to your short and fully concised tutorial, we are very grateful for this. i watched a 3 hours tutorial but couldnt understand fully but yours of less than 10 mins i feel like a pro in this thank you so much for all you do sir❤❤❤
@warriors_edge
@warriors_edge 3 күн бұрын
fuckin amazing, thank you
@ObjectiveTruth-zm3hi
@ObjectiveTruth-zm3hi 14 күн бұрын
isn't TypeScript a waste of time ?
@gorkemgok9313
@gorkemgok9313 2 ай бұрын
The voice is AI. I am sure.
@programwithalex
@programwithalex 8 күн бұрын
nah he is just Indian 🤣🤣🤣🤣🤣🤣
@yogita868
@yogita868 Ай бұрын
I have this created this file structure in Next js version ->14 project\[[id]] Inside page.tsx I have this code-> 'use client'; import PathwayContainer from '@/components/Pathways/PathwayContainer'; const PathwayPage = () => { const clientID = '06375fa6-999a-46a8-9d80-12e41e76aa52'; return ( ); }; export default PathwayPage; This clienID I would fetch from useselector later as of now i keep code like this. and this is the component for PathwayContainer. 'use client'; interface IPathwayContainerProps { fetchClientProjects: (clientId: string) => Promise; clientID: string; } const PathwayContainer: FunctionComponent = (props) => { const { fetchClientProjects, clientID, } = props; const [loading, setLoading] = useState(false); const [activeProjectList, setActiveProjectList] = useState([]) useEffect(() => { const getActiveProjectList = async () => { try { setLoading(true); const projectInfo = await fetchClientProjects(clientID); setActiveProjectList(projectInfo); } catch { } finally { setLoading(false); } } getActiveProjectList(); }, [clientID]) return ( {activeProjectList.map((activeProject, index) => ( {activeProject.name} ))} ); }; export default connect(() => ({}), { fetchClientProjects: actions.clients.fetchClientProjects, })(PathwayContainer); whevaver user clcik on this link which i have crated using clientID is not changed but my useeffect code runs again and again whenver user click on links. same code works fine in react. How can i solve this issue.please help.
@igorluyz_
@igorluyz_ 5 ай бұрын
You are doing a great and wonderful job!
@adityarajaram3124
@adityarajaram3124 5 ай бұрын
I have question while deploying in next js 14 with app router (Dynamic Route) it's not supported. Do you know any way?
@Txushin
@Txushin 2 ай бұрын
Thanks
Next.js 14 Tutorial - 8 - Nested Dynamic Routes
4:10
Codevolution
Рет қаралды 78 М.
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 144 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 45 МЛН
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 174 М.
Next.js 14 Tutorial - 5 - Routing
7:46
Codevolution
Рет қаралды 123 М.
Learn useRef in 11 Minutes
10:20
Web Dev Simplified
Рет қаралды 613 М.
Next.js 14 Tutorial - 44 - Middleware
8:23
Codevolution
Рет қаралды 34 М.
Next.js 14 Tutorial - 19 - Link Component Navigation
7:24
Codevolution
Рет қаралды 51 М.