Just like the last article, this also focuses on a feature that I would like my portfolio to have. A custom cursor. I’ve noticed this […]
Rahul
React: Super Simple Smooth Scrolling
I have been wanting to redo my portfolio, and one of the major things I wanted it to have was smooth scrolling. So, I created […]
React 3D Image Slider
I had to make an image slider for a project and I found out that there is no ready to use cool, basic, image slider. […]
React Theme Switcher
In this article, we’ll be creating a theme switcher using styled-components, context API, and of course, react. Live Example: https://codesandbox.io/s/react-theme-swticher-hbgjc Github Repository: https://github.com/holdmypotion/React-Theme-Swticher Setup Run […]
React Native: Responsive and Adaptive User Interfaces
Adaptability is probably the most essential need of an app. I will try to layout some of the tools and tips that I use while […]
React Native 101
View Container or Layout component. View component is like the HTML div tag. The main aim of this component is to act like a container […]
Using React Context API Like a Pro
If you’ve been hearing the term “Context API” and feel totally confused about it (like me, some days ago) or you have no clue what […]
EM v/s REM
The essential difference between em and rem is that rem is “root em”. Now that out of the way let’s first see what actually em […]
React Hooks Demystified
In React, sharing functionalities across components without data coupling (sharing of unnecessary data or state across components) is done using hooks. When a component uses […]
4 Things beginner Figma users do not know
Here are some things that I didn’t know when I started with Figma. These tips really boosted my workflow and got me extremely nice designs […]