-
In #React-land: is it legit to have a component that only *does* stuff, but isn't visible? i.e. for setting cookie from a dispatched redux action, or kick off a background task, etc.
-
Super interesting the mix of replies. Some say no, some say yes, then there's consistent different methods.