Functions which employ recursion to produce effect of a loop can sometimes appear confusing, especially if we try to think of them as loops. Here are my notes on trying to understand the recursive method.
Continuing to explore the main concepts in React, this article focuses on using props as condition to render components.
Connecting to the Art Institute of Chicago public API, understanding its structure and making that first successful GET request is what gave me that extra spark of inspiration to never stop learning.
There are countless of excelent introducions to this powerful framework out there. This is the one I wish I'd had when I started my jurney in React.