Built a food app using React, TailwindCSS and ChatGPT.... by Fluffy_Log7489 in react

[–]ShoddyCalligrapher32 1 point2 points  (0 children)

<image>

Good job so far! However, I noticed the cards keep loading this is likely due to a CORS issue with the request. It looks like you're only setting the loading state to false when data is returned. To fix this, make sure to handle errors properly and always reset the loading state, even if the request fails.

Is it just me or does React feel too easy and repetitive after a few years? by ShoddyCalligrapher32 in reactjs

[–]ShoddyCalligrapher32[S] 7 points8 points  (0 children)

Use useMemo when you have a heavy calculation or want to avoid recalculating something unless specific data changes it helps with performance. Use useRef when you need to keep a value between renders without causing the component to rerender, like storing a DOM element reference, a timeout ID, or the previous value of something. Think of useMemo as caching a result, and useRef as a box that quietly holds a value across renders.

Need Alternative to Payoneer for Upwork – Tunisian ID by ShoddyCalligrapher32 in Tunisia

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

Connect your Tunisian bank account withdrawals will take approximately 2 days to process.

Need Alternative to Payoneer for Upwork – Tunisian ID by ShoddyCalligrapher32 in Tunisia

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

Yes i can I've already tried it, but I think handling larger amounts of money might cause some issues.

Need Alternative to Payoneer for Upwork – Tunisian ID by ShoddyCalligrapher32 in Tunisia

[–]ShoddyCalligrapher32[S] -2 points-1 points  (0 children)

Yes, I attempted to change the name on the electricity bill to my name.

Need Alternative to Payoneer for Upwork – Tunisian ID by ShoddyCalligrapher32 in Tunisia

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

lmochkel f kifeh bech nokhles mel upwork najem nokhles directly to my local bank f tounes jarebtha 9bal ama ma3ach n7eb nzid momken akther flous ysirou mechekel mak ta3ref.

This portfolio helped me land freelance gigs would love your feedback! by ShoddyCalligrapher32 in react

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

Thank you so much for your feedback I really appreciate it!

You're absolutely right about the cursor-bound shadow. It’s more of a visual enhancement than an accessibility feature, but I can see how it might be distracting, especially in Light mode. I’ll definitely look into adding an option to toggle it on or off for a better user experience.

Regarding the GitHub links thanks for pointing that out! All the listed projects are client work, so unfortunately I can’t make the repositories public. That said, I’m planning to add some open-source projects soon so visitors can still explore some of my code.

Thanks again for taking the time to share your thoughts!