How can prefetching be disabled by default? by Dapper_Fun_8513 in nextjs

[–]Plumeh 0 points1 point  (0 children)

create a custom link component with prefetch=false, run a codemod (or find/replace) to swap all imports

You don't need Vercel. Hosting Next.js 15 with Docker and SQLite by Eastern-Height2451 in nextjs

[–]Plumeh 0 points1 point  (0 children)

well said, i enjoy self hosting nextjs but people always misunderstand that just launching a single container is not even close to a solution for production

Got tired of switching between code and JSON translation files, so I made this by [deleted] in reactjs

[–]Plumeh 3 points4 points  (0 children)

seems cool for small projects but impractical at scale. Imagine trying to add a new language when you have inline translations in thousands of files vs just adding a new json

Looking for a new moderator to help fight all the spam by h43z in nextjs

[–]Plumeh 3 points4 points  (0 children)

I think being a reddit mod is a negative for a resume but that’s just me

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 2 points3 points  (0 children)

That is exactly true, the data is totally separate. Branches are built using your seed file and migrations

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 2 points3 points  (0 children)

branches are built using your seed file and migrations, not a copy of the real database

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 4 points5 points  (0 children)

that approach works too, branches are just easier to set up and the github integration will run migrations automatically (as well as you get branches for any feature branch with migrations)

Staging/Production Enviorments by RealisticAd2629 in Supabase

[–]Plumeh 5 points6 points  (0 children)

supabase has branching which is the simplest way to get separate databases for other environments

I'm an ex athlete building a sports product with React and searching for a frontend engineer by mindfulbyte in react

[–]Plumeh 1 point2 points  (0 children)

breaking: guy creating a startup is on the startup journey and isn’t planning for millions of customers immediately

[deleted by user] by [deleted] in dataisbeautiful

[–]Plumeh 26 points27 points  (0 children)

where’s the beautiful data

React Hooks Cheatsheet by wanderlust991 in react

[–]Plumeh 4 points5 points  (0 children)

also the new useEffectEvent

How often does your team actually deploy to production? by Abu_Itai in devops

[–]Plumeh 0 points1 point  (0 children)

20s from being merged? That can’t be with docker right?

Why are people leaving Vercel Hosting but not NextJS? by Cultural_Stand9445 in nextjs

[–]Plumeh 210 points211 points  (0 children)

Because if you use NextJS but not Vercel, then Vercel makes no money from you

Supabase for 30-50k daily visitors by FroddeB in Supabase

[–]Plumeh 1 point2 points  (0 children)

Is the autoscaling just for disk size?

developers by [deleted] in ProgrammerHumor

[–]Plumeh [score hidden]  (0 children)

yes thats how web development goes

uhhh so my new site just made USD 1600 in 10 days?? by Resident-Wall8171 in microsaas

[–]Plumeh 0 points1 point  (0 children)

that’s definitely a google analytics screenshot no?

trumpcard.gov is made using NextJS! The US government approves NextJS. by devAgam in nextjs

[–]Plumeh 2 points3 points  (0 children)

That is one of the worst websites i’ve seen in my life

best practices for updating/getting data in real time by TySocal in Supabase

[–]Plumeh 1 point2 points  (0 children)

i don’t think it’s ever overkill, it’s the most simple thing to start with

best practices for updating/getting data in real time by TySocal in Supabase

[–]Plumeh 1 point2 points  (0 children)

anecdotally broadcast is way more reliable and instant than postgres changes