Original article (written by me) in italian here: https://accademia.dev/componenti-stateless-stateful-dumb-e-smart/ It doesn’t matter the framework or library you use in your Front-end, if it’s based on components (like Angular, React, Vue…) surely you’ve already come across these terms: stateless, stateful, dumb, smart, container, presentational. Knowing them and understanding their differences is…