Note: This post is part 1 of three-parts Understanding react hooks post series. This learning post is still in active development and updated regularly. React hooks were introduced in React 16.8 release. React Doc describes hooks as “functions that let you ‘hook into‘ React state and lifecycle features from function components. Hooks don’t work inside […]
Learning Basic Routing in ReactJs
Note: This post is part four of Building React Blog SPA – A Long-Term Project series. This post is work-in-progress learning-note and is updated regularly. React Applications (Apps), unlike multi-page website that most of us are accustomed to, are designed to render multiple components in a single view. When multiple page views are required similar […]
Yarn Installation on MacOS
NPM is default package manager for Node.js packages (or modules) to share and reuse code among JavaScript developers. Node.js (an open source server environment) allows to run JavaScript on the server. It runs on Windows, MacOS, Linux and other platforms. Yarn is a new node package manager developed by Facebook, Google and others, and publicly […]
Updating React to Newer Versions
Note: This post is part of Software Update & Workflow series. This learning post is still in active development and updated regularly. ReactJs, just like other software libraries, is constantly in development to patch securities, update dependencies and add new features. To take advantages of the new features, the core ReactJs library needs to be […]
ReactJs Learning | Oct – Dec 2018
Note: This post is part of my JavaScript/react learning progress series. Link to previous learning progress are available here: First Quarter (2018), Second Quarter (2018) and 3rd Quarter (2018). At the beginning of year 2018, I had set a goal of learning JavaScript (JS) deeply to improve my JS skills. Here are links to previous […]
Building React Blog SPA – A Long-Term Project
Note: This post is part of Building React Blog SPA – my react learning by doing project series. This post is work-in-progress and will be updated regularly. While learning React Components, I have been creating react components to build a React Blog Post from scratch. As part of learning by doing project, I have created […]
ReactJs & JavaScript Learning Roadmap for 2019
Note: This post is part of my JavaScript (JS) and ReactJs learning roadmap series. This post is work-in-progress and will be updated regularly. In a previous post JavaScript Fundamentals Knowledge & React Learning, I reviewed my JavaScript & React learning. In the post I wrote my React Learning approach as (i) learning by doing and […]