Jun 5, 2022
I usually do not export the context itself and create a hook to consume the value of the context. Exporting the context makes it succeptible to mutations, which goes against FP principles
I usually do not export the context itself and create a hook to consume the value of the context. Exporting the context makes it succeptible to mutations, which goes against FP principles
Software engineer who combines optimism with pessimism to build robust and idiot-proof solutions