Writing "Logic-less" JSX can improve readability
Writing "Logic-less" JSX can improve readability. How do you write "logic-less" JSX? Simple: Send JSX the exact data structures it needs.
The difference in readability can be striking.
More here: https://verekia.com/react/logic-less-jsx/
#reactjs
