I enjoyed the read. It gave a detailed explanation of the inner workings of react and the importance of React DevTools. I borrowed this part of the article, made it into my screen saver for reminder🎗️. "When to use JSX variables You may have used JSX variables yourself to tidy up the code. Only use them for static content. As soon as you start dealing with state of any kind, you should use a component. Be careful though. " Thank you.