Disclaimer: These are my interpretations of the notation, but other people may have other ways of writing things.
The first step is noting that
$$\int_a^bf(x)\ dx=\text{Area}$$
while
$$\int f(x)\ dx=\text{anti-derivative}$$
These are two separate concepts, bound together by the fundamental theorem of calculus:
$$\int_a^bf(x)\ dx=F(b)-F(a),\text{ where }F(x)=\int f(x)\ dx$$
Anti-derivatives are defined as follows:
$$\frac d{dx}F(x)=f(x)\implies F(x)=\int f(x)\ dx$$
It is, lastly, in my greatest opinion that $\int f(x)$ is unclear notation. A lack of that final $dx$ will cause you great misfortune, for example, what does the following mean?
$$\iint\frac xy\sin(z)=?$$
Does it mean to integrate with respect to $x,y$ or $z$? And in which order? Clearly, this expression makes no sense, but,
$$\iint\frac xy\sin(z)\ dx\ dz$$
Makes perfect sense.
Derivatives, on the other hand, have their own tricky notations:
The following means to take the derivative with respect to $t$ for everything after the $\frac d{dt}$:
$$\frac d{dt}x^2$$
But if there is something in the numerator, like
$$\frac{dx}{dt}x^2$$
It means to take the derivative of the numerator with respect to $t$, then multiply it by whatever comes after.