According to various sources, including the Stack Overflow Developer Survey 2017, JavaScript is the most commonly used programming language… (more…)
Read more »
In-depth analysis and ranking of the top JavaScript frameworks for Front-end developers, job seekers and for organizations... (more…)
Read more »
Accessing the device orientation using React hook, and rotating a CSS 3D cube afterwards... (more…)
Read more »
Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a bit more than just that.
Let’s see it better in an examp... (more…)
Read more »
You’ve probably heard the terms “Server Side Rendering” or “Progressive Enhancement” floating around before and perhaps even got excited about them. This is especially true if you are in the React… (more…)
Read more »