PinnedPublished inStackademicHow to Revalidate Server Components in Next.js 13th?When you retrieve data from the Server Components, Next.js automatically caches the returned values on the server. This means that data…Mar 5Mar 5
PinnedPublished inStackademicNext.js App Router Localization and Translations with next-intlComplete guide on how to set up localization (i18n) and implement multi-language support in your Next.js App Router application.Dec 5, 20232Dec 5, 20232
Published inStackademicReusable Typography Сomponent in React with Tailwind CSSTypography is an essential component of any application. It provides consistent styling across text elements such as “p,” “h1”, “h2”, etc…May 3May 3
Translate complex React elements in Next.js with next-intlSometimes, it might be necessary to translate a complex React element without breaking it down into smaller pieces. For instance, a…Mar 11Mar 11
Published inStackademicBuild a Reusable Searchable List in React with Typescript GenericsLearn how to divide the search markup into independent, reusable components and create a generic Searchable List in React with the Load…Nov 14, 2023Nov 14, 2023
Normalizing a Complex Javascript ObjectLearn how to convert a complex JavaScript object to an array of objects and another object.Sep 18, 2023Sep 18, 2023
How to Create Dynamic Routing in Gatsby?Learn how to create dynamic routing in Gatsby and optimize the publication process for your blog posts.Sep 4, 2023Sep 4, 2023
How to Draw Images in Charts Labels in React-ChartJS-2?Learn how to draw images in chart labels using react-chartjs-2. Enhance your charts with dynamic image labels. Quick and easy guide.Aug 21, 2023Aug 21, 2023
How to Add Query Parameters to the URL in Next.js?How to add query parameters to the URL in Next.js. Read this explanation to know the way to add query parameters.Aug 13, 2023Aug 13, 2023
How to Create Collapsible Panel with Smooth Animation in ReactLearn how to create an animated collapsible panel component in React without using any external libraries.Aug 13, 2023Aug 13, 2023