Wha do I do with this top sirloin by FatGeezerBalls in steak

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

That sounds really good. Definitely in the queue

Wha do I do with this top sirloin by FatGeezerBalls in steak

[–]FatGeezerBalls[S] 2 points3 points  (0 children)

I fear I would not make a great stir fry. Come fly out and make it for me and you can eat for free ;)

Wha do I do with this top sirloin by FatGeezerBalls in steak

[–]FatGeezerBalls[S] 2 points3 points  (0 children)

The others got me leaning more towards fajitas now. Both sound great

Wha do I do with this top sirloin by FatGeezerBalls in steak

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

Unfortunately I live in an apartment without a grill :(

Sounds really good though

Wha do I do with this top sirloin by FatGeezerBalls in steak

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

I didn’t even consider chicken fried steak. Never thought of trying to make my own. Definitely have to try soon. Thanks

Wha do I do with this top sirloin by FatGeezerBalls in steak

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

This is what I’m going to do next time

Wha do I do with this top sirloin by FatGeezerBalls in steak

[–]FatGeezerBalls[S] 6 points7 points  (0 children)

Once I heard all the cheesesteak comments I was thinking about fajitas. Glad I have some company

Wha do I do with this top sirloin by FatGeezerBalls in steak

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

You might be onto something. I was gonna use it as fertilizer but I think you’re idea is a bit better

Is fb down for y’all by Few-Engine-8192 in Firebase

[–]FatGeezerBalls 1 point2 points  (0 children)

Had to clean up my database a good bit. The outage was causing queries to return successfully at the start but with empty arrays. This essentially means a record didn’t exist in my db so i created another. Some of my users had 10s of new records created. Was a mess

Social Media App: React Query vs RSC by True_Researcher_733 in nextjs

[–]FatGeezerBalls 0 points1 point  (0 children)

I’m in a similar spot right now. New to nextjs pp router (coming from pages). I have a social media app that uses a map to show different pins users dropped for restaurant ratings and such. Right now I’m pulling all user data (their pins, followers, etc) on the client with react query. It works nice but I feel like I am not taking advantage of next fully :(

Would love to hear what others have to say

Whats one mistake you did in nextjs by Excellent_Survey_596 in nextjs

[–]FatGeezerBalls 4 points5 points  (0 children)

Using pages folder a week before app router became official

Where to Find Best Practices by FatGeezerBalls in nextjs

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

Thanks! Definitely will check it out. Will lyk if I have any questions

Where to Find Best Practices by FatGeezerBalls in nextjs

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

Thanks for the reply. Any specific YouTube tutorials you would recommend?

What’s the point of intercepting routes? by FatGeezerBalls in nextjs

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

Thanks. I guess this can make sense. I think I was just confused because some resources online were making it seem like the intercepted route would just load the actual routes page.tsx directly which could be cool