the state is passed from the store via props to the view and it is passed to the stateless component, which is called the unidirectional flow of data, stateless components interact with the state through the inverse flow of data. Ex.: add-modal Views