-
Deploy React app on GITHUB pages
Hosting apps/websites on internet is an important part when it comes to show casing your work or may be deploying your app for a small scale work. Github provides hosting for the websites for free using Github pages where anyone can deploy the webpages. Coming on to the todays topic : Hosting react app on…
-
React Fragments: All you need to know
<p class="has-drop-cap" value="<amp-fit-text layout="fixed-height" min-font-size="6" max-font-size="72" height="80">A fragment is a common pattern in React which is used to return multiple elements. A fragment is a common pattern in React which is used to return multiple elements. Since in react we have to group jsx under a some parent. Fragments let us group a list of…
-
CSS: Middle element takes space with ellipsis
We all are good with flex boxes and all. Lets have a case when we have a box of width something say; 300px, now adding 3 div inside this such that the middle text can be very long. So for this we will be using ellipsis as text-overflow. So, taking all this in mind. Lets…
-
React Loadable
React Loadable is used for Splitting the Code by Components and Routes. HOW? Code splitting is a technique which is being used with modern web app development that allows to load chunks of code only when needed. These days we are creating more complex web apps. Challenge these days is not about the designs or style. Target…
-
Deploying React app(Web) on Firebase [Tutorial]
Lets directly dive in, without talking what is react? or what is firebase? If you guys want to know about that then feel free to add in the comments section, will surely pick the topics. Let’s begin. To create a react app, the first command to run is the npx create-react-app .Now, after creating the…
-
React-Router
What is react router? Why is react router used? A easy demonstration React-Router => React Router is a routing library for React which keeps the UI or user interface of the website in sync with the URL. So if we hit a url say “/home”. How will react or js will come to know what…
-
Finger print Technology
Why Biometrics? Biometrics is a security solution based on something you know, have, and are: Know Password, PIN Have Key, Smart Card Are Fingerprint, Face, Iris Passwords are not reliable.–Too many–Can be stolen–Forgotten Protect Sensitive Information–Banking–Medical
-
Important Website For Day To Day USE
Some IMPORTANT WEBSITES-: screenr.com – Record movies of your desktop and send them straight to YouTube. bounceapp.com – For capturing full length screenshots of web pages. Goo.gl – Shorten long URLs and convert URLs into QR codes. untiny.me – Find the original URLs thatâ€:tm:s hiding behind a short URLs. localti.me – Know more than just…
-
Unlock Micro SD or Memory Card
STEP 1: Download and Install the ES File Explorer App from Playstore. STEP 2: Insert the Password protected Memory Card or SD Card on your Android phone. STEP 3: Open ES File Explorer App and Go to System Folder directory.
-
Introduction To Web Development Coursera | Week 6
WEEK 6 Quiz module ANSWERS ARE MARKED WITH correct SIGN. 1. Question 1 One of the main features of server side development is CSS HTML None of these JavaScript Databases Correct 2. Question 2 Which of these is not a client side technology? PHP Correct JavaScript Browsers CSS HTML