DocumentFragment and The DOM
June 27th, 2020 | 4 mins read
DocumentFragment improves DOM performance by creating fragments of elements not part of the DOM and without a parent element to be attached to the DOM...
#html#dom
June 27th, 2020 | 4 mins read
DocumentFragment improves DOM performance by creating fragments of elements not part of the DOM and without a parent element to be attached to the DOM...
#html#dom
June 25th, 2020 | 6 mins read
Render Props is an amazing concept used in React to share code and functionality between components. In this article, we'll learn why and how to use i...
#react
June 14th, 2020 | 3 mins read
The Rest and Spread operator are two features of JavaScript introduced in ES6 which makes development easier with JavaScript. Learn their differences ...
#es6
June 4th, 2020 | 5 mins read
Guess who is using angular now...me! In this post, I share my first experience with it, why I think it's easy to learn and why I'd like to learn it mo...
#angular#typescript
May 30th, 2020 | 3 mins read
package.json and package-lock.json are two important files in node packages, but package-lock.json is often git-ignored. Let's look at how these files...
#javascript
May 16th, 2020 | 2 mins read
Functions are objects in JavaScript which can be evoked and at the same time possess properties and methods. They are called first-class objects
#javascript#objects
May 16th, 2020 | 5 mins read
JavaScript is a prototype-based object-oriented language where objects act as prototypes ontop which other objects are built. This allows objects to i...
#javascript#objects
May 7th, 2020 | 7 mins read
react-helmet can be used to update meta tags automatically but this requires the browser to run the codes in the component. In this article, we'll lea...
#nodejs#seo#react
May 3rd, 2020 | 3 mins read
Static site generators are a new and popular technology used in creating fast, powerful and secured static sites.
#ssg
May 3rd, 2020 | 2 mins read
JavaScript uses browser APIs to perform some operations on the web. Without these APIs, Javascript cannot do what many people think it can. In these a...
#javascript
Articles written with ❤ by
Dillion Megida