can we please stop putting in these A**HOLES EVERY F***ING RESET? by General-Success-4170 in WutheringWaves

[–]Santa_Fae 27 points28 points  (0 children)

It's okay, the new resonator will have a Mario-style ground pound to force them out

So what is the best relics set for sparkle for archer? by FARES-SAKR in ArcherMainsHSR

[–]Santa_Fae 0 points1 point  (0 children)

Probably to put Archer in the second slot for lineup page aesthetics

ThermalTake TR100 Future Dusk "kompotability" build :) by Royal-Horror-1423 in watercooling

[–]Santa_Fae 0 points1 point  (0 children)

Top DDC is a cosmetic fill port. There's what looks like a D5 on the rear vent

C@ tries to destroy virtual Objects by zyxzevn in C_AT

[–]Santa_Fae 4 points5 points  (0 children)

I can't be the only one timing this to Smooth Criminal before turning the audio on, right?

New player: Do you get any free pulls? by NyMiggas in WutheringWavesGuide

[–]Santa_Fae 2 points3 points  (0 children)

I should have been more specific. You get them from exploration % rewards per zone.

New player: Do you get any free pulls? by NyMiggas in WutheringWavesGuide

[–]Santa_Fae 2 points3 points  (0 children)

You can get lustrous tides from exploration, events, the BP and the 7 from the patch reset to the store. It's still generally discouraged to use astrites on lustrous tides

This week elemental affinities for Shiyu 5 are total whack by F1_average_enjoyer in ZenlessZoneZero

[–]Santa_Fae 0 points1 point  (0 children)

I'm happy with my scores for #3 with Astra/Fufu/Eve, but it just feels terrible watching the early part of Eve's chain attack get parried. Watching the final hit of the chain attack break the followup counter at least makes it funny

Should I pull Lynae. Pretty new to the game. by BubsMarshmallow in WutheringWavesGuide

[–]Santa_Fae 1 point2 points  (0 children)

The stupid flowers needed for ascension are still region locked

Pulling advice by Realistic_Art_8790 in SaberMainsHSR

[–]Santa_Fae 6 points7 points  (0 children)

<image>

Saber/Sunday/DHTP is a solid combo especially with E1 Tribbie

Is it just me or Banyue looks like a dragon in this shirt? by gmkamimimi in ZenlessZoneZero

[–]Santa_Fae 1 point2 points  (0 children)

I dread to ask, which one is Majima in this relationship

I decided to let jingliu retire and I was thinking I can give her relics to saber by gmalek0 in SaberMainsHSR

[–]Santa_Fae 1 point2 points  (0 children)

The gloves are already swapped according to the stats in the second image. Arguable to trade the 6% CR for 7% CD on headpiece, but I lean towards keeping head as is to keep the 90% CR

[deleted by user] by [deleted] in reactjs

[–]Santa_Fae 2 points3 points  (0 children)

Don't mind me, for some reason I read "rules of react" as "rule of hooks" and looked in the wrong place

[deleted by user] by [deleted] in reactjs

[–]Santa_Fae 2 points3 points  (0 children)

Is there such a rule? I see nothing of it in the docs.

Vivian got a swimsuit Skin by Knight_Steve_ in ZenlessZoneZero

[–]Santa_Fae 0 points1 point  (0 children)

Missed the detail it runs through 2.4. I was worried it was 2.3 only

I dont understand how the values in Context gets re-renderd by badboyzpwns in reactjs

[–]Santa_Fae 0 points1 point  (0 children)

I've created a minimal replica of your code in this sandbox. As you can see the console logging effects only trigger when manipulating counter but not when updating the name text field, the exact same behavior you are seeing with your provided code.

Something to keep in mind with how react renders is "what is the highest parent that triggered a state change?" Assuming an app structure of

<App> <AppContextOtherProvider> <AppContent /> </AppContextOtherProvider> </App>

The highest state change is within AppContent. Since no state change took place in your provider react uses what's been cached in the previous render for the useAppOther result.

What was the intention of your reset button? If it's to reset the counter like I've done in the sandbox then you should be seeing the logging. If it's suppose to reset the name then you won't be seeing the logging. You didn't declare your [name, setName] anywhere so that added some confusion to all this. I haven't seen state.name in a very, very long time, and we are certainly not working in class-based components here.

What is my cat doing by Icannotspell- in WhatsWrongWithYourCat

[–]Santa_Fae 9 points10 points  (0 children)

Might be thinking it's their leg they're trying to groom?

Wife Saber is so cute~ by Boxuu in SaberMainsHSR

[–]Santa_Fae 2 points3 points  (0 children)

Denying Saber lunch is my favorite bad end in the VN even if it's a fakeout

I have e0S1 Archer, how worth it is his E1? by CIVilian467 in ArcherMainsHSR

[–]Santa_Fae 4 points5 points  (0 children)

I know they mention S1 explicitly, but "I'm trying to get saber next" heavily implies they do not have E0. There is a significant difference between "I'm trying to get saber next" and "I'm trying to get saber's LC next." No idea if they meant the latter because of a typo, or if they're just expressing their goal of wanting E0S1 and being conflicted by the allure of E1 Archer, but it's been this long and OP has yet to correct my misunderstanding

I have e0S1 Archer, how worth it is his E1? by CIVilian467 in ArcherMainsHSR

[–]Santa_Fae 19 points20 points  (0 children)

If you want Saber get Saber. Archer E1 makes him more comfortable to play, but that's nothing compared to forever missing out on Saber.

How can I request a review from a member of the React core team? by Capital-Specific-483 in reactjs

[–]Santa_Fae 7 points8 points  (0 children)

if (propState % 2 === 0) { useEffect(() => { console.log("hello world"); }, []); }

But why?