Hey everyone! In this article, I’m going to show you what’s new in the latest of version of React – React 18 – in under 8 minutes. First, you might be wondering whether the latest set of changes will break anything with your current setup, or whether you will have to learn
Daily Archives: July 10, 2021
When you use code snippets in Visual Studio, it can make your coding process a lot easier and faster. But what are code snippets? And how can you use them? In this article, we’ll look at how you can create code snippets in C#. Just keep in mind that snippets
If you look at any website or application today, somewhere under the hood there is a database. After all, we live in the world of Big Data. And the volume of data is growing exponentially. With so much data at hand, we need ever more sophisticated ways to store it
This post will show you how to build the Feature Toggle mechanism in your Next.JS application. We are going to use Next.JS, React, and TypeScript. We will deploy our application to Vercel to demonstrate the real-life example. You can find the code and video in the summary at
Developing web pages used to involve writing HTML, CSS, and a little scripting code like JavaScript for functionality. But over time, we’ve developed new and more advanced technologies and frameworks to create webpages. We now use things like reusable components, routing, and rendering to the document object model (DOM). These
