May 2021 's Post

  • Call a function after image is loaded in javaScript

  • Author : Shubham Verma
  • Date : May 27, 2021
  • idkblogs.com

Call a function after image is loaded in javaScript


js

In this article, we'll learn how we can ensure that image is loaded on our webpage. We'll learn how to call a function after image is loaded in javascript? Sometime it is very important to call a function after image is loaded, so in this article, we'll see how we can c...

idkBlogs

  • Conditionally add attributes to React components

  • Author : Shubham Verma
  • Date : May 10, 2021
  • idkblogs.com

Conditionally add attributes to React components


react

In React, its often required to add attributes conditionally. It is very easy in React. For certain attributes, React is intelligent enough to omit the attribute if the value you pass to it is not truthy. This is actually very useful, especially when adding many propert...

idkBlogs

  • What are the Micro Frontends?

  • Author : Shubham Verma
  • Date : May 8, 2021
  • idkblogs.com

What are the Micro Frontends?


js

In this article, we'll learn about the Micro Frontends like What are the Micro Frontends? How Micro Frontends works? and what is the Micro-frontend Architecture? Micro Frontends are very new pattern. In the Micro Frontends, the web applications are constructed from many...

idkBlogs

  • Eliminate Render-Blocking Resources

  • Author : Shubham Verma
  • Date : May 7, 2021
  • idkblogs.com

Eliminate Render-Blocking Resources


react

Eliminate render-blocking resources takes place an important role app development (in server side rendering too). This degrade the performance and takes much time to load the page. It blocks the first paint of your landing page. So for fast and standard app development,...

idkBlogs

  • Implement deeplink using Nodejs for iOS applications

  • Author : Shubham Verma
  • Date : May 6, 2021
  • idkblogs.com

Implement deeplink using Nodejs for iOS applications


node

In the applications, sometimes you want to open a specific page in your application when the user clicks on a certain link. So this is possible by using deeplink. In this article, we will see how we can create deeplink and how we will open the app-specific location usin...

idkBlogs

  • What is WebP images?

  • Author : Shubham Verma
  • Date : May 5, 2021
  • idkblogs.com

What is WebP images?


others

WebP is the short form of Web Picture. WebP is modern image format which is best in compression in terms of quality loss. WebP is less in size and take less time to load so that it takes less bandwidth. Now webP is most emerging trends to use images in your website to m...

idkBlogs

  • Use Storybook For React App

  • Author : Shubham Verma
  • Date : May 3, 2021
  • idkblogs.com

Use Storybook For React App


react

How to use Storybook to write Test Case for React Component? Storybook is a tool to make UI better and better. Storybook is used to make the UI development faster without any struggle. It isolate the UI components. The Storybook provide the facilities to develop your on...

idkBlogs

  • Implement Steps In React

  • Author : Shubham Verma
  • Date : May 2, 2021
  • idkblogs.com

Implement Steps In React


react

Sometimes, we need to show the steps in our React component, In this article, we will show you how to make Steps based Component in just 2 minutes. This will be a very quick implementation to add Steps to your React page.

idkBlogs

  • Read Very Large File (7+ GB file) in Nodejs

  • Author : Shubham Verma
  • Date : May 1, 2021
  • idkblogs.com

Read Very Large File (7+ GB file) in Nodejs


node

Sometimes, we need to read the very large file in our Node app, at that time its a very big deal about this large file. We need to write the very optimized code to read this file. In this article, we will see how we can read very large file using NodeJs.

idkBlogs