• React Fragments: All you need to know

    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… Read more

  • CSS: Middle element takes space with ellipsis

    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… Read more

  • React Loadable

    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… Read more

  • React-Router

    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… Read more

  • Finger print Technology

    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 Read more

Advertisements