Should I start with what I know, or what I don't?
I'm building an app with t3. If I can complete it, I intend to release it to the world to use.
I've done a lot of frontend, some backend stuff. But when it comes to "putting it all together" I find myself a bit stumped on where to start.
Part of me wants to just build out the feature/UI stuff without any really API/backend things happening. Another part of me knows that I'm avoiding doing those things because I'm unfamiliar with them and thus they are terrifying.
To be more specific, I don't know where to start with auth stuff and user registration. I'd like to have user register with their own email/pass if they want, or login with NextAuth provider if they want. How do reconcile the two so that either way the user has a unique profile on my app?
Like, I don't know what to do, and I don't even really know what the right questions are to ask at this point lmao.
I've done a lot of frontend, some backend stuff. But when it comes to "putting it all together" I find myself a bit stumped on where to start.
Part of me wants to just build out the feature/UI stuff without any really API/backend things happening. Another part of me knows that I'm avoiding doing those things because I'm unfamiliar with them and thus they are terrifying.
To be more specific, I don't know where to start with auth stuff and user registration. I'd like to have user register with their own email/pass if they want, or login with NextAuth provider if they want. How do reconcile the two so that either way the user has a unique profile on my app?
Like, I don't know what to do, and I don't even really know what the right questions are to ask at this point lmao.
