I am new in react and I encountered with this problem:
render: function(){ return ( Account
There are few options:
Just wrap it up in any or . render() should return single element.
render()
You can split it up and have multiple components which implement some dedicated logic which is better and used to be a good practice in React
React