Shubham Vora has Published 836 Articles

How to install yup in react native in JavaScript?

Shubham Vora

Shubham Vora

Updated on 24-Apr-2023 16:57:18

5K+ Views

The Yup is an NPM package we can install in the react-native application. It is used to validate the form values stored in a single object. Also, we can add different kinds of validations to the different form fields using the Yup. Users can execute the below command in the ... Read More

How do you receive server-sent event notifications in JavaScript?

Shubham Vora

Shubham Vora

Updated on 24-Apr-2023 16:55:10

819 Views

The server-sent event is a unidirectional way to communicate between the server and the client. When we only require to send data from server to client, but not from client to server, we can use the server-sent events. We can use the server-sent events by establishing the connection between the ... Read More

Fixed Options in Searchbox in ReactJS

Shubham Vora

Shubham Vora

Updated on 24-Apr-2023 16:52:52

172 Views

Sometimes, developers require to add the fixed options in the search box while creating the search bar. For example, you are developing a web application containing different web pages related to cars, bikes, other vehicles, etc. Also, you require to add a search bar on every web page. So, you ... Read More

Firebase to get url

Shubham Vora

Shubham Vora

Updated on 24-Apr-2023 16:48:09

2K+ Views

Firebase is a backend-as-a-service (BAAS) that provides different services. It includes authentication, cloud storage, hoisting, etc., in the services. Basically, it makes it easy for developers to integrate the authentication, database, etc., in the mobile or web application. In this tutorial, we will explore the cloud storage of Firebase. We ... Read More

Firebase Integration with Web

Shubham Vora

Shubham Vora

Updated on 24-Apr-2023 16:45:50

698 Views

Firebase was started by Google in 2014, providing backend services to its users. It provides different kinds of high-quality services which we can use to develop mobile and web applications. For example, it provides a real-time database, user authentication, cloud storage, etc. Furthermore, it also provides analytics to analyze the ... Read More

Which characters are valid in CSS class names/selectors?

Shubham Vora

Shubham Vora

Updated on 21-Apr-2023 16:52:46

3K+ Views

In CSS, class names or selectors are used to select a particular HTML element. There are some CSS rules to define the class names or CSS selectors. In this tutorial, we will learn all CSS rules and about valid characters to create class names. Here are the rules for creating ... Read More

Transition shorthand with multiple properties in CSS?

Shubham Vora

Shubham Vora

Updated on 21-Apr-2023 16:30:10

775 Views

We can add transitions to HTML elements using CSS. Before we start with the tutorial, let’s understand what transition is. Basically, the transition is an element changing from one state to another state. For example, we change the dimensions of the element when users hover over the element. In CSS, ... Read More

Top 5 HTML Tricks That You Should Know

Shubham Vora

Shubham Vora

Updated on 21-Apr-2023 16:25:32

2K+ Views

HTML is used to create web pages. In every new release of HTML, developers make some changes and add unique features. Here, we will discuss that unknown features by most developers who can help developers improve web pages. Here, we have explained the top 5 HTML tricks with examples. Color ... Read More

Toggle class by adding the class name when element is clicked and remove when clicked outside

Shubham Vora

Shubham Vora

Updated on 21-Apr-2023 16:23:03

6K+ Views

Sometimes, we need to highlight the HTML element when we click it and make it normal when we click outside the HTML element. We can achieve it by toggling the class in the element. Here, the meaning of the toggling class is adding and removing the class. In this tutorial, ... Read More

Snowfall Animation Effect using CSS

Shubham Vora

Shubham Vora

Updated on 21-Apr-2023 16:21:45

834 Views

We can create an animation using HTML and CSS. When we add animation to the webpage, it improves the UX of the application. We can create various animations using the CSS keyframes property and use it using the ‘animation’ CSS property. In this tutorial, we will learn to create a ... Read More

Advertisements