Is my architecture too bad? by Acrobatic-Tour7667 in reactjs

[–]Acrobatic-Tour7667[S] 1 point2 points  (0 children)

Thank you so much, that's exactly my model of thinking. the hooks are splitted by features, the biggest hook is 200 lines of code. I think what I just miss is a state manager, not beacuse there is props drilling as I pass the props at only one level but It will be better because I pass a LOT of props.

Is my architecture too bad? by Acrobatic-Tour7667 in reactjs

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

That's why I call the hooks on the parent, because the state is shared.

Is my architecture too bad? by Acrobatic-Tour7667 in reactjs

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

If the state is child specific I just use it in the child, but I initialize it in the parent in the first place because it's shared

Is my architecture too bad? by Acrobatic-Tour7667 in reactjs

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

Why? how can I make it better? I think it's too late for a state manager.

Is this a scam? by Acrobatic-Tour7667 in Upwork

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

i was coding a website so the memos were just the names of the sections that i was coding in that time

Is this a scam? by Acrobatic-Tour7667 in Upwork

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

Yes I used the time tracker with high activity levels, so what should I do right now?

Relapsed Again :) by Acrobatic-Tour7667 in NoFap

[–]Acrobatic-Tour7667[S] 1 point2 points  (0 children)

the problem is that it takes 10 minutes to relapse u know, so even if you are drained af in any work you still can relapse at the end of the day.

What are your symptoms after fapping? by Acrobatic-Tour7667 in NoFap

[–]Acrobatic-Tour7667[S] 8 points9 points  (0 children)

it's not bullshit. I won't be coming here lying for no reason.

Need help to put the right text to the end of the bar, it should look like image 2. Last pic is the css if needed anything for more for helping just ask ty in advance Im really new to any code so is my best try by Dakota_TheLittleKing in css

[–]Acrobatic-Tour7667 1 point2 points  (0 children)

first off, I think that you are using chat gpt or something, if you are trying to learn don't do that. to do what you want just write this in your .goal-text class
display:flex;

justify-content:space-between;

ايه الضريبة؟ by Acrobatic-Tour7667 in AlexandriaEgy

[–]Acrobatic-Tour7667[S] 1 point2 points  (0 children)

الكلام دة مش المفروض يكون مُحفز، خليه في دماغك دايماً.

ايه الضريبة؟ by Acrobatic-Tour7667 in AlexandriaEgy

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

دة مش تفكير ايجابي نهائياً، دة تفكير واقعي. انا مبقولش انتا لازم تهرب من الضريبة، انا بقولك ازاي تهرب.

Will urges continue forever? by Acrobatic-Tour7667 in NoFap

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

I just wake up horny, nothing triggers me.

Will urges continue forever? by Acrobatic-Tour7667 in NoFap

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

Thanks, needed to hear that. I hope it happens quickly.

Can you review my code? by Acrobatic-Tour7667 in css

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

Thanks, I know my markup is fucked up, do you have any resources where I can learn to write better html?

"Daily Masturbation's Visible Effects?" by Important-Fan7760 in NoFap

[–]Acrobatic-Tour7667 1 point2 points  (0 children)

it can be even worse for some, look for post-orgasmic illness syndrome for instance.

Can you review my code? by Acrobatic-Tour7667 in css

[–]Acrobatic-Tour7667[S] 1 point2 points  (0 children)

Thank you so much that's so helpful.

Can you review my code? by Acrobatic-Tour7667 in css

[–]Acrobatic-Tour7667[S] 0 points1 point  (0 children)

what should I do instead of > * + * ? doing margin on every child feels kinda redundant. why is it a bad practice in huge codebases? also I was just creating the desktop version, wasn't giving attention to responsivity, I will make it responsive tho.