Shivangi Rajde

 

83 stories by Shivangi Rajde

What are the best Alternatives to Create React App?

Create React App is an open-source tool created by Facebook that provides a simple and convenient way to set...

Apr 11 · 5 min read >

Guide for a Server-Side Rendering in ReactJs

React is a powerful JavaScript library that allows developers to build complex and interactive user interfaces. However, when it...

Apr 11 · 4 min read >

How you can generate PDF from HTML in React?

Ever wondered how you would be exporting HTML or parts of our React application to pdf? Normally it can...

Dec 5 · 5 min read >

Bootstrap Accordion With React

In this article, we will understand working with the bootstrap accordion. When working with React, React does not have...

Mar 8 · 4 min read >

Package.json Explained

In this article we will understand a very important file in React projects, that is the Package.json file. You...

Mar 4 · 5 min read >

Flutter v/s React Native

In this article, we will go through various topics which would help us understand the difference between React Native...

Mar 2 · 3 min read >

React v/s React Native

In this article, we will go through various topics which would help us understand the difference between React and...

Feb 28 · 3 min read >

React – Redux Basics

Overview This article helps to understand some fundamental concepts of redux. This article also explains how can we set...

Feb 15 · 3 min read >

Data Flow In React

As our project grows, the main thing we need to achieve is to pass data from one component to...

Feb 14 · 3 min read >

Props in React

In this article, we will learn about a very popular and interesting concept of React. We will learn about...

Jul 27 · 2 min read >