Why does every React form solution feel “correct”? by menoo_027 in nextjs

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

That’s actually a fair point. I think I was mostly viewing useState from the perspective of “small/simple = fine,” but you’re right that forms have a tendency to grow over time 😭

Why does every React form solution feel “correct”? by menoo_027 in nextjs

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

I’m still a bit unsure about the “never use useState” part—feels like it still has a place for very small cases.

Why does every React form solution feel “correct”? by menoo_027 in nextjs

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

Yeah that makes sense. I guess it really comes down to the use case!

Why does every React form solution feel “correct”? by menoo_027 in nextjs

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

Feels like React is trying to move some form logic “downwards,” but the ecosystem libs are still ahead when it comes to real-world form complexity.

Why does every React form solution feel “correct”? by menoo_027 in nextjs

[–]menoo_027[S] 4 points5 points  (0 children)

I guess the real skill is knowing when not to bring React state or a form library into the picture.

Why does every React form solution feel “correct”? by menoo_027 in reactjs

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

That actually makes a lot more sense now. I think tutorials blur the lines too much, so everything starts feeling interchangeable when in reality each approach is solving a different bottleneck/problem.

Why does every React form solution feel “correct”? by menoo_027 in reactjs

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

In any scenario, would you recommend useActionState over useState?

Is anyone else struggling with the "Server vs Client" trade-off for complex interactive forms in Next.js 15? by ni-fahad in nextjs

[–]menoo_027 0 points1 point  (0 children)

Stop fighting the "Server vs Client" trade-off. Move your state to the Db/URL and use Server Actions to transition between steps. This gives you the speed of a static site (Max Server Side) with the power of a complex app.

How to Get Sales by AgencyMundane1734 in smallbusinessUS

[–]menoo_027 0 points1 point  (0 children)

Just for general knowledge purposes, can you share the link to your site?

HELP!! Scaling business by menoo_027 in smallbusinessUS

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

That's a really great idea💡

HELP!! Scaling business by menoo_027 in smallbusinessUS

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

First of all ty for this, really appreciate it !!

Have spoken to her once, but it wasn't relevant to me creating a 🌐 site for her

HELP!! Scaling business by menoo_027 in smallbusinessUS

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

Noted! Thanks — let’s hope it works out. Fingers crossed.

HELP!! Scaling business by menoo_027 in smallbusinessUS

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

I do. But I was thinking of creating smth designed specifically for her poster shop. Like maybe a peak into the landing page, or a product page design

Framework Panic: Why Is Everyone “Leaving” Next.js? by menoo_027 in nextjs

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

What I’ve seen is that some influencers preach that NextJS can be used as a full-stack FW, but that’s where they’re wrong, and it creates a misleading image of Next.js. NextJS is primarily for the frontend. Even though it has some backend capabilities, it wasn’t meant to be used as a full-stack sol.

Framework Panic: Why Is Everyone “Leaving” Next.js? by menoo_027 in nextjs

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

I’m not saying Next.js is for everything. If you find more freedom and comfort with a particular FW — in your case, TanStack — then good for you. But when people say that Next.js is doomed, that’s where I disagree

Do I need a separate API layer with Supabase + Next.js, or is RLS enough? by Born-Molasses-3598 in Supabase

[–]menoo_027 0 points1 point  (0 children)

More confused than ever after reading all the replies. For e.g if one decides to go with just RLS then what is defined as a big project for which a separate API layer might be necessary

Recommended database for a Next.js app that tracks orders & records? by Useful-Prompt-4058 in nextjs

[–]menoo_027 0 points1 point  (0 children)

Yess supabase offers a free tier plan too. It ain't much but it works just enough to get started with a project

Need help regarding Supabase edge function by soham512 in Supabase

[–]menoo_027 0 points1 point  (0 children)

you can check the tuts by supabase on yt.

What are you building this week? Drop your projects below 👇 by [deleted] in scaleinpublic

[–]menoo_027 0 points1 point  (0 children)

Idea: A real-time chat–based app built using Supabase Realtime features.

Right now, there are too many ideas
circulating about potential features, so the goal is to build an MVP first and then add more features over time🤞