Note: This is part 2 of four-parts Learning GatsbyJs series. This learning post is still in active development and updated regularly. In the previous post of this learning series, step-by-step procedures to install & set basic Gatsby sites (default starter & default blog) using Gatsby CLI (a npm package) were discussed. The objective of this […]
Creating List Component in ReactJs
Note: This is part 3 of three-part prerequisite post series. A prior knowledge of these topics is essential before deep diving into Creating List React component. In the previous learning-note post Learning to Work With React Components, how to build a simple react component using run time <script>in a HTML file were discussed. Although slow, this […]
Thoughts #2 – Understanding JS Variables
I have been revisiting JS variables (or declaration) for about two-weeks with an aim to understand deeply. I had only a general overview of JS variables previously but had avoided learning associated topics like scope & hoisting. Nevertheless, I had felt that I understood those topics but clearly I was wrong. This time around I […]
