Nextjs 13 ReCAPTCHA
9:35
8 ай бұрын
Partytown Setup - Astro
3:52
9 ай бұрын
Partytown Setup - HTML
6:07
9 ай бұрын
Vim Basics in 7 Minutes
6:24
10 ай бұрын
Пікірлер
@eternl_sunshine22
@eternl_sunshine22 11 күн бұрын
this is so useful. I'm still new to nextjs, i'm just wondering since generateStaticParams creates the params at build time, how do we generate new static pages when we add new posts via a headless cms, for example?
@umwit
@umwit 17 күн бұрын
You should continue breaking this ecommerce integration down, and how we can make it our own by walking us through your own ecommerce example.
@joaoarthurbandeira
@joaoarthurbandeira 18 күн бұрын
How can i make it so when i add or modify a post, the dynamic sitemap updates so it reflects this change? Does it work with on demand revalidation? So when i hit the revalidation route to add a post to my website, for example, would the server-sitemap automatically updates? I am currently struggling to do this here.
@benhaig
@benhaig 18 күн бұрын
Can you share me on your repo? If you want I can take a look. It should revalidate without issue.
@joshbleijenberg4000
@joshbleijenberg4000 Ай бұрын
Where do you host your website?
@benhaig
@benhaig 18 күн бұрын
Depends on the type of project. For Nextjs, typically Vercel as it’s super easy and quick to setup. However it does tend to cost 4-5x just using AWS (Vercel uses AWS on the backend), so use whatever is in your budget.
@bricecalice2079
@bricecalice2079 Ай бұрын
Thank you very much for this video sir.
@benhaig
@benhaig 18 күн бұрын
No worries glad it helped 😁
@aymenbachiri-yh2hd
@aymenbachiri-yh2hd Ай бұрын
Thank You
@SaiPranayAdepu
@SaiPranayAdepu Ай бұрын
can i get github link to the code !!
@NeoCoding
@NeoCoding Ай бұрын
your info is priceless.. thx
@madkidz8863
@madkidz8863 Ай бұрын
thank you sirr your video save my dumb report
@benhaig
@benhaig Ай бұрын
Haha glad I could help 😄
@illuminaughty666
@illuminaughty666 Ай бұрын
Thanks for the important insights and showing the best practices to follow in Nextjs
@psyzz77
@psyzz77 Ай бұрын
👌 What about the mobile part will slow internet like pagespeed does ? Cause its pretty easy to get 100 everywhere on desktop
@benhaig
@benhaig 18 күн бұрын
It’s really case-by-case, however, if I am having an issue on mobile with speed for example, I’ll typically just remove JS from certain components for mobile only. Some transitions using JS may be removed on mobile and I’ll make it static instead.
@raphael6507
@raphael6507 Ай бұрын
"promosm"
@enriquepalomino6644
@enriquepalomino6644 2 ай бұрын
Thanks for the video mate. I wonder how nextjs allow you to mix a frontend page ("use client") with an async function. I cannot solve that part.
@okkashaally2115
@okkashaally2115 2 ай бұрын
Make this the only go-to channel about JavaScript performance. React(next js) is a good start
@motngay1niemvui
@motngay1niemvui 2 ай бұрын
i cant hear anything, lol
@MrWilLeighton
@MrWilLeighton 2 ай бұрын
in my project when i go to a page which doest exist it returns a server error instead of 404.. I saw on GH issues that next only does this in development and will 404 after build but I'd love to know why yours seems to 404 correctly Error: Page "/[slug]/page" is missing param "/wrong" in "generateStaticParams()", which is required with "output: export" config. "next": "14.1.4",
@benhaig
@benhaig 2 ай бұрын
If you can add me to your repo I’m more then happy to clone it and take a look!
@dak9318
@dak9318 2 ай бұрын
Thanks so much! Very helpful playlist. Just a tip since you're a vim user. When deleting anything inside a round bracket, do "dib" in normal mode while the cursor is inside the bracket. It will delete everything inside :).
@benhaig
@benhaig 2 ай бұрын
Thank you for this comment! Didn’t know that and I am now just trying to remember to use it.
@keyurgupta2685
@keyurgupta2685 2 ай бұрын
i am using pages configuration and i have setup like src/pages/api/recaptchaSubmit/route.ts but while submiting the form i am getting axios error 404 can anyone help me with this problem. rest of my code is same as the video
@karelkutchan4729
@karelkutchan4729 29 күн бұрын
Currently have the same problem, but with app router. Do you have some solution? It`s possible that we both have same problem. Thx
@devmts
@devmts 3 ай бұрын
Thanks! greetings from Brazil
@bizil
@bizil 3 ай бұрын
Thank you! Works like a charm!
@lovrozagar3729
@lovrozagar3729 3 ай бұрын
Hey you are back! Can you make a tutorial for ecommerce with nextjs + shopify/bigcommerce including auth and payment. There is really no in depth tutorials on youtube for that. Thanks
@benhaig
@benhaig 3 ай бұрын
Yeah I still got to get to that thanks for the reminder. That’s gonna be a big series as lots to cover. Appreciate the comment 😁
@lovrozagar3729
@lovrozagar3729 3 ай бұрын
@@benhaigLooking forward to it 👍
@bricecalice2079
@bricecalice2079 3 ай бұрын
Thank you.
@netTraverser
@netTraverser 3 ай бұрын
Couldn't you just use a server action for this?
Ай бұрын
Were you able to do it?
@netTraverser
@netTraverser Ай бұрын
@ Yes sir
Ай бұрын
@@netTraverser could you share a sample code please?
@karelkutchan4729
@karelkutchan4729 29 күн бұрын
@@netTraverser could you provide the way how you did it please?
@netTraverser
@netTraverser 29 күн бұрын
@@karelkutchan4729 check response below, or above. KZbin is weird
@bieldosprazeres
@bieldosprazeres 3 ай бұрын
Thank you for video! simple and perfect!
@mahipindwar6382
@mahipindwar6382 3 ай бұрын
why i am getting false response ?
@benhaig
@benhaig 18 күн бұрын
Glad it helped👍
@gustavonunezortiz2316
@gustavonunezortiz2316 3 ай бұрын
What about 3rd fetching library parties?
@luiscarbonel1991
@luiscarbonel1991 3 ай бұрын
No, They implemented their own wrapper to make fetch.
@gauravmisal4610
@gauravmisal4610 3 ай бұрын
hey ben , after some time the recaptcha gets expired and I'm unable to reset it after submit how can I reset it
@romaind4853
@romaind4853 3 ай бұрын
Thank you, very clear.
@myev2421
@myev2421 4 ай бұрын
Hello brother! can you please do one for a multi vendor??
@Foused87
@Foused87 4 ай бұрын
how to do this on server side?
@Foused87
@Foused87 4 ай бұрын
helpful
@bizmich_
@bizmich_ 4 ай бұрын
thank you
@SimoAissaoui-ko7jk
@SimoAissaoui-ko7jk 4 ай бұрын
Cool bro keep going
@user-ty6oz3gv8z
@user-ty6oz3gv8z 4 ай бұрын
Qwikjs will solve the issue automatically
@mluu510
@mluu510 4 ай бұрын
awesome video! thank you for explaining this
@Envir0nmentalScience
@Envir0nmentalScience 4 ай бұрын
next-site map did not work for server site map. followed your instructions and the docs to the T
@19.pritamgiri73
@19.pritamgiri73 4 ай бұрын
why are you hyper ventelating bro 🤣
@thund3rd3v72
@thund3rd3v72 4 ай бұрын
Thank you very much!!!
@oguzhanacar8158
@oguzhanacar8158 4 ай бұрын
Hello Ben. Just a quick correction. Dont get me wrong. Everone can create shopify partner account for free. So easily build templates free.
@bhaveshchaudhari693
@bhaveshchaudhari693 5 ай бұрын
You don't have to make multiple calls to firebase in generateStaticParams, page and generateMetaData. You can create a util to fetch the blog and cache its result so that you don't unnecessarily make multiple calls. import {cache} from "react" should be used if fetch is not used to cache the result
@nurmuhammetallanov9180
@nurmuhammetallanov9180 5 ай бұрын
Good job
@27sosite73
@27sosite73 5 ай бұрын
thank you mate and thank you for placing it in a separate playlist ty and have a great day!
@27sosite73
@27sosite73 5 ай бұрын
ty mate well explained
@hecdeveloper852
@hecdeveloper852 5 ай бұрын
why not pnpm install? 7:18
@JavisMora9999
@JavisMora9999 5 ай бұрын
best video
@user-yq1ix4gf9i
@user-yq1ix4gf9i 5 ай бұрын
thanks
@mogo6798
@mogo6798 5 ай бұрын
Hey thanks for the great tutorial ❤ When add the google reCaptcha, i got so many warnings on console regarding "cross-site contexts". Do you know how to clear/fix them?
@programwithalex
@programwithalex 2 ай бұрын
did you end up solving it? im having the same problem
@codezeloss
@codezeloss 5 ай бұрын
Thank you! Are you planning to drop a full series or tutorials to build headless e-commerce stores using Nextjs + Shopify? I hope so... There are not so much resources about it especially in KZbin. Thanks again!
@sohrabkhan101
@sohrabkhan101 5 ай бұрын
When will you create project on it next js with shopify?
@muradqumizakis8428
@muradqumizakis8428 6 ай бұрын
This video helped sooo much.... i wish the second part was out already!!!!!!!
@user-sd8yg1qe7o
@user-sd8yg1qe7o 6 ай бұрын
Nice video but would have been even better if it covered the server side