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 […]
JavaScript Learning | January-March 2019
Note: This post is part of my JavaScript/react learning progress series. Links to my year-2018 learning progress are available here: First Quarter (2018), Second Quarter (2018), 3rd Quarter (2018) & 4th Quarter. While preparing my 2018 year-end learning progress post, I had set my broad learning goals for the year 2019. In additional to outlining […]
Difference Between NPM and YARN
Note:This post is part of my learning Yarn series. This post is work-in-progress and will be updated regularly. In the previous post Yarn Installation on MacOS, what is yarn? How to install in a MacOS machine and most commonly used cli-commands were descried. In this learning-note post other features of Yarn and how it differs […]
Learning to Learn by Sarah Drasner
This inspiration article Learning to Learn by Sarah Drasner, a DOM Blacksmith, UX Smelter, Code Forger. A great yet another inspirational post to learn how to keep learning to update ourselves, a challenging task for most of us.
ReactJs Documentation by Dan Abramov
Following are some recent ReactJs documentation by Dan Abramov posted in Overeacted. They very detailed and very informative. How Are Function Components Different from Classes? by Dan Abramov. This is a great official documentation to understand functional components vs Classes. A MUST read article. A Complete Guide to useEffect by Dan Abrammov. A very detailed […]
Working with JSON Data and Common Use Case Examples
Note: This is part 2 of three-part How to Make HTTP Request in JavaScript series. This learning post is still in active development and updated regularly. In this three-part How to Make HTTP Request in JavaScript series, introduction to JSON, working with JSON data, and connecting to external API to obtain JSON data from servers, […]
