I need to change render function and run some sub render function when a specific state given,
For example:
render() { return (
I find this way is the nicest:
{this.state.yourVariable === 'news' && {data}}