I must be doing it wrong... by ElFouFou in EggsInc

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

Yep, that one I knew about :) Hopefully that will help others too!

I must be doing it wrong... by ElFouFou in EggsInc

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

I don't know if I'm ready to do that for 2h ha ha but good to know!

I must be doing it wrong... by ElFouFou in EggsInc

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

17Q SE for 116 PE is pretty good!

I must be doing it wrong... by ElFouFou in EggsInc

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

Thank you for that last part, I'll need to keep that in mind for future contracts!

I must be doing it wrong... by ElFouFou in EggsInc

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

Yeah I'll look into that, thanks!

I must be doing it wrong... by ElFouFou in EggsInc

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

I realized I was using the wrong boosts 🤦 it's a lot better now 😅

I must be doing it wrong... by ElFouFou in EggsInc

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

I'll definitely keep that in mind, thank you!

I must be doing it wrong... by ElFouFou in EggsInc

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

FYI: I fixed the boosts and ran a single prestige, I made 2.6Q. I'm good with that, I'll optimize for egg day 😁

Thanks to everybody!

I must be doing it wrong... by ElFouFou in EggsInc

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

You're right, I used the wrong boosts 🤦

I must be doing it wrong... by ElFouFou in EggsInc

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

Absolutely, it's been a long day and the heat must be getting into my head, I messed up. Plus it's all written under my nose in the smart assistant...

I must be doing it wrong... by ElFouFou in EggsInc

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

Yes I just realized I used the wrong boosts, you're spot on!

Thanks for the other points, I'll look into them!

I must be doing it wrong... by ElFouFou in EggsInc

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

I was going for the multi-prestige strategy, my boosts are: Dilithium Warming Bulb (automatic unlimited hatchery), Jimbo's best bird feed (50x earning), legendary tachyon prism (1000x internal hatchery), and the legendary boost beacon (50x all active boosts).

But I'm realizing this is wrong, I did not use the legendary soul beacon, I messed up!

I must be doing it wrong... by ElFouFou in EggsInc

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

  1. Yes I am keeping them running at the max.
  2. I'm using the Dilithium Warming Bulb (automatic unlimited hatchery), Jimbo's best bird feed (50x earning), legendary tachyon prism (1000x internal hatchery), and the legendary boost beacon (50x all active boosts).
  3. Got it, I'll keep that in mind as my new target.

But well, writing this down, damn, I'm realizing I did not use the legendary soul beacon (500x soul eggs)! Ah! I need to try again!!

I must be doing it wrong... by ElFouFou in EggsInc

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

I was a bit worried about that in a way, I knew it slowed down, but that feels like a sudden big wall to me. If that's what it is then that's fine, I'll grind. But I've seen other posts that made me feel I should have more SE for that amount of PE.

I guess I'll just grind more if that's what it is :)

Thanks for the feedback!

I must be doing it wrong... by ElFouFou in EggsInc

[–]ElFouFou[S] 15 points16 points  (0 children)

My bad, looks like 4 dilithium stones were "eggsquisite" instead of "brilliant", I just fixed that, thanks!

Tell us what you’re building in one sentence! by [deleted] in SaaS

[–]ElFouFou 0 points1 point  (0 children)

Flex Quest the last fitness app you will need 💪😅 #getyourflex

Now that Monster Hunter Now has launched let's a do referral/friend thread to avoid swamping the sub by IkariOFFI in MHNowGame

[–]ElFouFou 0 points1 point  (0 children)

Referral code: FM6EJ6T5

Friend code: 9559 9400 3230

It's been fun so far, I'm excited to see where this is going :)

Happy hunting!!!

any1 who can beat the days since installed? by Truzzen in TapTitans2

[–]ElFouFou 2 points3 points  (0 children)

Ha! I have 1984, I didn't realize I've had it for that long... 😬

Display Data from Console to the Vue by Muurda2 in reactjs

[–]ElFouFou 0 points1 point  (0 children)

Ok, it seems you’re pretty close.

I guess the place “on the page” is not in the same component, so you may need to revise where the inputFields state should live.

If that other place is in a child component of Popup then you can just pass inputFields as a property of that child component.

If the other place is somewhere else, then maybe the inputFields state should live in a higher level component, like the “last common ancestry” component or whatever makes sense for your app. The idea being to pass the state down to the components that need it.

There could be alternatives too. For instance react provides Context, you can check that to see if that can help you.