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 Create App Components with Create React App
Note: This Part 2 post is continuation from the previous post React App Development Setup on MacOs. This post is work-in-progress learning-note and still in active development and updated regularly. 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 […]
Updating MacOS Sierra to MacOS Majove
Apple’s new macOS upgrade named macOS Mojave was recently released for upgrades. Although its not considered a major upgrade, it has added several new features. Upgrading to macOS Mojave Following previous upgrade from Mac OS X El Capitan to Mac Sierra protocols, my Mac machines were upgraded to macOS Mojave. Before proceeding for the upgrade, […]
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 […]
