Counting your children
August 11, 2021 By Mark Otto 0React Children and Iteration Methods — You might think you’ve learnt everything about iterating over React’s .children prop. However, this detailed review of the .toArray method may reveal a few things of which you were not aware. Arihant Verma ▶ Create a Dashboard App Based on…
Beating the JavaScript drum
July 30, 2021 By Mark Otto OffUsing console.log() Debugging in Visual Studio Code — Using the JavaScript debugger in VS Code you can access the browser developer tools console right inside the editor. Ideal if you’re in that happy majority of console.log debuggers? 🙂 Christian Heilmann Learn the Fundamentals of Redux — Add…