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 […]

React App Development Setup on MacOs

Note: This post is work-in-progress learning-note and still in active development and updated regularly. When I started learning JavaScript (JS) beginning of this year, I really wanted to understand ReactJS frame work. There were several posts suggesting that 2018 was a year of React. ReactJs is advanced JS framework it requires working knowledge of JS […]