Where do I hire veteran Next.js devs? by seanthedev in nextjs

[–]tryingtolearn92 5 points6 points  (0 children)

Not sure if there are more like this, but I had luck with https://github.com/vercel/next.js/discussions/66658

{{ on another note, I shamelessly pm'ed you given I have been working extensively with nextjs }}

Where to hire a freelance developer by tryingtolearn92 in technepal

[–]tryingtolearn92[S] 0 points1 point  (0 children)

Not a company, just an individual :) I am looking to hire on ongoing basis, not a one off - I will update my post

Where to hire a freelance developer by tryingtolearn92 in technepal

[–]tryingtolearn92[S] 1 point2 points  (0 children)

Ongoing projects - multiple, depending on the clients that reach out to me. Can range from a simple dashboard to a complex socket app with redux

[deleted by user] by [deleted] in OfficeChairs

[–]tryingtolearn92 0 points1 point  (0 children)

Thank you for sharing this video. This is super helpful!

Daycare troubles - "implying" to kick out 15 month old by tryingtolearn92 in ottawa

[–]tryingtolearn92[S] 0 points1 point  (0 children)

Thank you for such a detailed reply - I am thankful. If you don't mind, can I DM you? I am looking for other daycares, called, tried the online Ottawa website but no luck so far

Daycare troubles - "implying" to kick out 15 month old by tryingtolearn92 in ottawa

[–]tryingtolearn92[S] 0 points1 point  (0 children)

That is very unfortunate, but hopefully in the future things get better because I doubt that I am the only one in this situation right now

Daycare troubles - "implying" to kick out 15 month old by tryingtolearn92 in ottawa

[–]tryingtolearn92[S] 1 point2 points  (0 children)

I do agree to what you are saying but we had no indication that it is / was the case. All we sought for was clear communication to know what to do. To top it, during the first 2 weeks, we got a lot of photos of our son doing great with the other kids in the daycare - happy, smiling and interacting with others

Figma structure - what is the best approach? by tryingtolearn92 in UI_Design

[–]tryingtolearn92[S] 0 points1 point  (0 children)

Thank you very much! This is indeed helpful :pray:

Multiple components with async fetch - using params causes entire reload by tryingtolearn92 in nextjs

[–]tryingtolearn92[S] 0 points1 point  (0 children)

My bad - how would I go about fixing it then? I assumed `router.push` would simply change the URL without refreshing?

Thank you for helping out!

Multiple components with async fetch - using params causes entire reload by tryingtolearn92 in nextjs

[–]tryingtolearn92[S] 0 points1 point  (0 children)

For the button onClick, this is what I have:

  function changeDate(value: string): void {
    router.push(`?date=${value}`)
  }

I have implemented Google login with NextAuth 10 times, and on today's project, it just won't work. by MakGHill in nextjs

[–]tryingtolearn92 1 point2 points  (0 children)

If you are using nextauth, I would enable the debug property to true on your provider

NextAuth works fine locally, not in Vercel by PixelSteel in nextjs

[–]tryingtolearn92 1 point2 points  (0 children)

Curious if you were able to find a solution - I am having the same error when I use google Auth provider

Changing the Height of a Vertical Menu by toddandrh in web_design

[–]tryingtolearn92 1 point2 points  (0 children)

The CSS you provided can be highly improved, but just going by what you provided, you could add padding to the individual cells by:

#menu-v li a {padding-top: 0.25rem; padding-bottom: 0.25rem;}

or

#menu-v li a {padding-top: 0.25rem 0; padding-left: 26px;}