stateless ↔ of Entity lacking state
stateful Component can update itself based on internal triggers & therefore independent of its content
stateless Component only change/update when Parent Component pass new props
References
React Element↔ immutable stateless building blocks of React apps, returned by componentsPure Component↔ stateless Component that always renders same based on samepropsinput.REST↔ (standard)(model)(Paradigm) Client-Server Architecture to organize stateless Cachable Data Fetch