4

Is it just me or anybody else doesn't like the React render method. I really think it messes up the code readability.

Comments
  • 0
    Well it really depends on the way you structure your app. If you do it very carefully and build your components effectiv its really good to read. But in most cases it gets really ugly really fast
  • 0
    Slice down your components so that code is more readable
Add Comment