Serve your pages faster than ever in Next.jsPhoto by Windows on Unsplash Next.js is one of the frameworks of React.js which provides a bunch of features inbuilt in it and very popular to make an app server-side rendered. A brief about Server Side Rendering (aka SSR):- As the name speaks it it...Oct 4, 2020·9 min read·221
Extract data from a document using javascriptPhoto by Amy Hirschi on Unsplash Have you ever tried to typed data from the image for creating an excel sheet? Yes, How'd you done that? Before going further welcomes you all to read this blog, I usually write articles about short-codes and some us...Apr 26, 2020·206
Cache frequent function for faster execution in javascriptPhoto by JESHOOTS.COM on Unsplash In every project, we encounter anyone function which will be using frequently into the app or which have the possibility of the same input again-n-again. So, shouldn't we do something to prevent execution if give inp...Apr 23, 2020·207
import files without deep nesting relative path in next.jsPhoto by ThisisEngineering RAEng on Unsplash Well best practices say, you should have widget, utility and shared components individually defined in your app. No hard to do it, but it is a hurdle to import sometimes. At the beginning, let me explai...Apr 21, 2020·367
You shouldn't use an index as key of the elementphoto by ThisisEngineering RAEng on Unsplash Let me brief you about discussion, in React or any other stack when we need to present line of code with records of an array we use either foreach, map or for a loop. And when we do that it's good to have ...Apr 15, 2020·1