attempting to do:
[ ...reDesign, ...reDeploy ] -> but immediately putting signup & login related functions into context
error: no err, just {...reDoingThings} ... while setting this up I did more of a system than lumping all functions together.
proposed approach:
TL:DR; create API of Context served functions to better establish what function corresponds to what feature.
self-explanatory I think. one can see where the currentUser object and waterScheduling Object could go (ish)
attempting to do:
[ ...reDesign, ...reDeploy ] -> but immediately putting signup & login related functions into contexterror:
no err, just {...reDoingThings} ... while setting this up I did more of a system than lumping all functions together.proposed approach:
TL:DR; create API of Context served functions to better establish what function corresponds to what feature. self-explanatory I think. one can see where the currentUser object and waterScheduling Object could go (ish)