[example: A Basic $C^1$ Map]
Let $f: \mathbb R^2 \to \mathbb R^2$ be
\begin{align*}
f(x_1,x_2)=(f_1(x_1,x_2),f_2(x_1,x_2))=(x_1^2x_2,e^{x_1}+\sin x_2).
\end{align*}
We compute its first partial derivatives component by component. For the first component,
\begin{align*}
\partial_{x_1}f_1(x_1,x_2)=\partial_{x_1}(x_1^2x_2)=x_2\partial_{x_1}(x_1^2)=2x_1x_2.
\end{align*}
Also,
\begin{align*}
\partial_{x_2}f_1(x_1,x_2)=\partial_{x_2}(x_1^2x_2)=x_1^2\partial_{x_2}(x_2)=x_1^2.
\end{align*}
For the second component,
\begin{align*}
\partial_{x_1}f_2(x_1,x_2)=\partial_{x_1}(e^{x_1}+\sin x_2)=e^{x_1}+0=e^{x_1}.
\end{align*}
Finally,
\begin{align*}
\partial_{x_2}f_2(x_1,x_2)=\partial_{x_2}(e^{x_1}+\sin x_2)=0+\cos x_2=\cos x_2.
\end{align*}
The functions $2x_1x_2$, $x_1^2$, $e^{x_1}$, and $\cos x_2$ are continuous on $\mathbb R^2$, so by the definition of $C^1$ we have $f \in C^1(\mathbb R^2;\mathbb R^2)$.
At $a=(1,0)$, the Jacobian entries are
\begin{align*}
\partial_{x_1}f_1(1,0)=2\cdot 1\cdot 0=0,\quad \partial_{x_2}f_1(1,0)=1^2=1,\quad \partial_{x_1}f_2(1,0)=e^1=e,\quad \partial_{x_2}f_2(1,0)=\cos 0=1.
\end{align*}
Thus
\begin{align*}
Jf_a=\begin{pmatrix}0&1\end{pmatrix}\text{ in the first row and }\begin{pmatrix}e&1\end{pmatrix}\text{ in the second row}.
\end{align*}
Equivalently, for $h=(h_1,h_2)\in \mathbb R^2$,
\begin{align*}
Df_a(h)=Jf_a h=(h_2,eh_1+h_2).
\end{align*}
This example shows how the coordinate partial derivatives assemble into the linear map that gives the derivative at a point.
[/example]