In Stein’s and Sharakachi’s Complex Analysis (Chapter 1), the authors state that, to prove that $F$ (where $F: (x,y)\mapsto(u(x,y),v(x,y))$) is differentiable it suffices to observe that $H=(h_1,h_2)$ and $h=h_1+i\,h_2$ then the Cauchy-Riemann equations imply:
$$J_F(x_0,y_0)(H)=\left(\frac{\partial u}{\partial x}-i\frac{\partial u}{\partial y}\right)(h_1+i\,h_2)=f'(z_0)h.$$
However, I can't see how this result is obtained, as I understood $J.H$ being a matrix multiplication:
$$J_F(x_0,y_0)(H)=\begin{bmatrix}\frac{\partial u}{\partial x} & \frac{\partial u}{\partial y}\\ -\frac{\partial u}{\partial y} & \frac{\partial u}{\partial x}\end{bmatrix}\begin{bmatrix}h_1\\h_2\end{bmatrix}=\begin{bmatrix}h_1\frac{\partial u}{\partial x}+h_2\frac{\partial u}{\partial y}\\h_2\frac{\partial u}{\partial x}-h_1\frac{\partial u}{\partial y}\end{bmatrix}$$
which does not conclude anything.
The essential fact: a $\Bbb R$-linear function form $\Bbb R^2$ to $\Bbb R^2$ is $\Bbb C$-linear iff its matrix in the canonical base has the form $$\pmatrix{a & b\cr -b &a}.$$ Edit:
$$(a + bi)(x + yi) = (ax - by) + (ay + bx)i,$$ $$\pmatrix{a & b\cr -b &a}\pmatrix{x & y\cr -y &x} = \cdots$$