I am trying to evaluate the derivative of the following function: $$ f(z) = z \bar{z} $$
Attempt: $$ \lim_{h\to 0} \frac{f(z+h)-f(z)}{h}= \lim_{h\to 0} \frac{(z+h)(\bar{z}+\bar{h})-z\bar{z}}{h}=\lim_{h\to 0} \frac{h\bar{z}+z\bar{h}+h\bar{h}}{h} $$
However, I am stuck at this step.
You can split the fraction in three terms: $$ \lim_{h \to 0} \left(\bar{z} + z \frac{\bar{h}}{h} + \bar{h}\right). $$ The first terms tends to $\bar{z}$ and the third to $0$. For the second one: remember that for complex limits, $h$ can approach $0$ from all directions. What happens if $h$ is purely imaginary? What if $h$ is purely real?