This might be a stupid question but I have some useEffects that act as initial triggers and set up the component.
Now, I could trigger all these useEffects with some flag in the dependancy array and kinda fake a “reconstruction” of the component but is there a way to do it properly?
So that the component rerenders as if its doing it for the first time?
Thanks for any suggestions…