DEV Community

Discussion on: How I think when I write a React component. 🤔

Collapse
 
seanmclem profile image
Seanmclem

I like it. It's just a generalization about making code more concise in React. Very readable after you've been writing code like this for a while

Collapse
 
potouridisio profile image
Ioannis Potouridis

I agree.

I believe readable code means what one understands.

Whenever something seemed unreadable to me I always asked myself -Why is this written this way and how does it work?