© 2022 Hashnode
#headless-cms
A logo is the badge of a brand. Like the theme colour, the layout, and font style, the badge forms an integral part of a brand's personality. It is thus essential that a logo reflects the soul of the …
Suppose you want to build a website, let's say a blogging site one way is to build it from scratch using HTML, CSS and Javascript, building the database and stuff. Here you have to handle everything b…
Static web page generation is practical when fetching data from a headless CMS. However, when adding new content to our CMS after our site is built, we will want a way to preview draft content that is…
Author: Paul Bratslavsky This post will cover the "bird's view" of the Strapi v3 to v4 migration process. We will cover the general process overview, the steps you must take, and how to use the migrat…
Author: David Fagbuyiro Knowing the kind of website best suits your needs is important. The functionality of your site can influence how you decide to construct one. In this article, we're going to ex…
In case you missed the live stream, learn how to do the code migration from Strapi v3 to v4. Get started in the migration process, learn where to go for additional help and where to find things in our…
Author: Taminoturoko Briggs Fetching large sets of data at once can cause some negative effects like making components render slowly, which creates a bad user experience for site visitors. To handle t…
In this tutorial, we'll build a completely functional blog by connecting Anima’s generated frontend code to Contentful's headless CMS for dynamic content. Before Starting Sign up to Anima Install the…
Searching and filtering data is a common feature for websites and apps, especially e-commerce. In this article, we will discuss how to build a search and filter feature for products using React. The p…
The Next Image component is one of the most useful and utilized features of Next.js. This component’s performance, ease of use, and flexibility contributes to the amazing developer experience that Nex…