Ridhik Govind

Ridhik Govind @ridhikgovind

About: Doing Front-Endy things | Creating stuff from scratch

Location:
Kochi, India
Joined:
Jun 1, 2020

Ridhik Govind
articles - 10 total

How to make React like components in HTML with 7 lines of JavaScript

If we all know what one thing React is most famous for - that would be making Components right ? (I...

Learn More 8 0Jul 30 '21

How to create a simple testimonial carousel with Splide.js

Appetizer Today we will learn how to create a testimonial carousel with Splide Now why...

Learn More 9 0Jul 18 '21

Solving Event Handling Errors in React

Event handling in React is one of the basic things you learn when you start learning React. Some exam...

Learn More 15 0Apr 25 '21

How to style your React-Router links using styled-components

So you've just started using React-Router for easily routing the pages in your React-web app and if y...

Learn More 75 6Feb 28 '21

MVC architecture: Explained with an example

What is an MVC architecture ? An MVC is a popular software design pattern which is used to...

Learn More 5 2Feb 20 '21

Learn React Context by building a dead simple wallet app (For beginners)

If you are a beginner to React and you have been using props to pass data from one component to anoth...

Learn More 36 7Jan 13 '21

Selecting and manipulating CSS pseudo-elements such as ::before and ::after using JavaScript (EASY WAY)

So this title you are looking at - Yes its an actual stackoverflow question.The question has 980 upvo...

Learn More 31 11Dec 5 '20

Asynchronous JavaScript explained in human language

Async..WHAT JavaScript ?? An Async (short for Asynchronous) JavaScript allows us to run ca...

Learn More 55 2Nov 20 '20

z-index; Tackling this tiny beast.

Ever since I start learning how to code, all I knew about z-index was that z-index was something that...

Learn More 18 8Nov 8 '20

How to hide your precious API keys in React for beginners.

Before reading this, it's assumed that you know the basics of how to push code using git and a bit of...

Learn More 7 0Oct 21 '20