A react app without state seems feesable if you map state with something else like redux. Currently working on a site and haven't used this.state at all. Redux maps everything and if i have to change it i disbatch an action. If i need its values I mapStateToProps.