ABJust to be clear, Node js is not a JavaScript framework, actually it's a JS runtime, which has its own frameworks (Express, Nest, Sails, and so on). Pleasant article to read tough :)Comment·Article·May 1, 2021·Top 5 Languages to Learn to Get a Job in 2021
ABThank's for the article ! I juste have a little comment about this part : const UserCard = ({ name, age, phone })=> { On your previous examples, those props (name, age, phone) are children of props.user, not props directly. But it's quite nothing !Comment·Article·Mar 15, 2021·React Clean Code for Beginners