saleh.hashnode.devCreating an All-in-One Code Editor Using React and SandPackIn this article, we will explore SandPack, a popular playground framework by CodeSandbox, and discuss how you can use it to create a more dynamic and interactive environment for your users. This article covers pretty much all of the basic things you ...Oct 7, 2024·5 min read
saleh.hashnode.dev3 Advanced Famer Motion Effects in ReactAnimations are a powerful tool to enhance user experience, and when it comes to creating animations in React, Framer Motion is a popular library of choice. Previously, we looked at 5 simple animations that you can add to your site. In this post, we w...Mar 3, 2024·5 min read
saleh.hashnode.dev5 Cool Animations in React with Framer MotionAnimations are a powerful tool to enhance user experience, and when it comes to creating animations in React, Framer Motion is a popular library of choice. In this blog post, we'll explore 5 cool animations you can create in React using Framer Motion...Oct 25, 2023·5 min read
saleh.hashnode.devSpecificity in CSS SelectorsIn this post we will discuss a key aspect of CSS selectors: Specificity and Priority. We will also look at a bunch of examples to understand the concept of Specificity. Check out this post on my blog. What is Specificity? Specificity refers to the...Oct 2, 2023·3 min read
saleh.hashnode.devClipBoard API in JavaScriptThe Clipboard API in JavaScript allows you to read data from and write data to the system clipboard. This enables capabilities like copying text to the clipboard and pasting clipboard content into your web apps. Check out this post on my Blog! Cop...Aug 24, 2023·2 min read