Working with Functions and Array.Map() Method in ReactJS

Note: This is part 1 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 […]

Learning to Work With React Components

Note: This post is work-in-progress learning-note and still in active development and updated regularly. In previous learning posts, Setting Up React Development Environment and Learning ReactJs – A Basic Overview were discussed. In the React review post, we covered only basic overview of React with some terminology like React virtual DOM, elements, Using JSX, components […]

How I am Learning To Code

While doing my JavaScript and ReactJs tutorial search I came across this post is inspired by Learning How to Learn: The Most Important Developer Skill by Preethi Kasireddy. This post really resonated me at my core especially reminding myself that (i) learning is a process and not a goal, and (ii) turning learning into an […]

Learning ReactJs – A Basic Overview

Note: This post is work-in-progress learning-note and still in active development and updated regularly. After React development environment setup, I wanted to dig into React world. React API is known as most popular JavaScript (JS) library to allow developers to build interactive user interfaces for webs. Build encapsulated components that manage their own state, then […]