Christian Petersforauraqule.hashnode.net·Sep 21, 2022What is a Headless CMS & Why Should I be using it?A headless CMS is a content management system that provides a way to create, edit, and deliver content to one or several frontends. Instead of having your content tightly coupled to a particular frontend (like a website or mobile app), it provides yo...Discuss·11 likes·90 readscms
Vincent KimaniforVincevincekimani.hashnode.net·Feb 6, 2023Headless CMS for your backend development.This article discusses headless CMS and some of its advantages as well as some recommendations and disadvantages. What is a Headless CMS? A headless CMS is a type of content management system (CMS) that separates the back-end management of content fr...Discuss·7 likes·58 readsSanity
Collins Mbakaforcollinsmbakacollinsmbaka.hashnode.net·Mar 30, 2023How to render Youube and code block types on react frontend - Sanity V3Sanity is such a great CMS for creating and managing your content. If you started using Sanity in the V3 era, most of the guides you will find online will be specific to v2, and some of the code snippets will not straight out work. Had a similar chal...Discuss·2 likesSanity
Collins Mbakaforcollinsmbakacollinsmbaka.hashnode.net·Mar 30, 2023How to render Youube and code block types on react frontend - Sanity V3Sanity is such a great CMS for creating and managing your content. If you started using Sanity in the V3 era, most of the guides you will find online will be specific to v2, and some of the code snippets will not straight out work. Had a similar chal...Discuss·2 likesSanity
Anas Hassananashassan.hashnode.net·Mar 28, 2023The Rise of Headless CMS in 2023: Benefits, Challenges, Best Practices and How to use it with NextJs for Frontend DevelopersThe world of front-end development is constantly evolving, with new technologies and tools emerging every year. One of the latest trends in the space is the rise of headless content management systems (CMS). Unlike traditional CMS platforms, which co...Discuss·73 readsNext.js
Nazneen AhmadforNazneen's blogsuperwriter758.hashnode.net·Mar 16, 2023Sanity Testing Tutorial: A Comprehensive Guide With Examples And Best PracticesSanity testing is a type of software testing executed on the stable build of an application with minor code changes. It is also known as surface-level testing. A sanity test is performed to ensure the application works as expected after the bug fixes...DiscussSanity
Abhi DadhaniyaforAbhi's Blogsabhisblogs.hashnode.net·Feb 9, 2023Powerful content management systems - Sanity vs Contentful vs StrapiIntroduction to the content management system Nowadays, Websites are switching from no-code website builders (WordPress, Wix etc) to the latest technology stacks like React.js, Next.js, Django, Flask etc. WordPress takes too much time to load pages. ...Discuss·27 readsSanity
Vincent KimaniforVincevincekimani.hashnode.net·Feb 6, 2023Headless CMS for your backend development.This article discusses headless CMS and some of its advantages as well as some recommendations and disadvantages. What is a Headless CMS? A headless CMS is a type of content management system (CMS) that separates the back-end management of content fr...Discuss·7 likes·58 readsSanity
Rishu singhforrishublog.hashnode.net·Jan 16, 2023Unleashing the Power of Sanity.ioWhat is the sanity.io tool? Sanity.io is a powerful and flexible content management system that allows you to easily manage and organize your website's content. It is built on a modern, open-source stack, and it provides developers with a wide range ...Discuss·26 readsSanity
Jordan @ Island Web DesignforJordan @ Island Web Designs Blogjordan1998.hashnode.net·Jan 2, 2023Using Sanity Cms to allow your web design clients to change their website themselves just like WordpressI have recently launched my web design business and it wasn't until late in the process that I realised, It had never once even crossed my mind that I was going to have to allow clients the option to change their websites themselves. This is somethin...Discuss·55 readsWeb Design
Maciek Palmowskiforpalmiakpalmiak.hashnode.net·Dec 15, 2022Playing around with Sanity.ioSanity.io is one of the new cool kids regarding headless CMSs. I decided to give it a try and create almost precisely the same blog as the one you are reading. What is Sanity.io First of all, Sanity.io is a headless CMS. This means it's only responsi...DiscussSanity
Maciek Sitkowskisitek94.hashnode.net·Nov 25, 2022How to query image dimensions from Sanity?I haven't used Sanity before, so it took me a while to figure out, how to get photos dimensions using GROQ queries. Here's how I've done it: GROQ query export const query = groq` *[_type == "photo"] { image{ "dimensions": asset->metadata...DiscussToday I LearnedSanity
SoluteLabsforsolutelabs.hashnode.net·Nov 14, 2022Sanity with NextJS: What You Need to Know?For startups and enterprises, there is a constant struggle to keep moving faster while the internal systems are growing in complexity. Nothing is more true when it comes to products that leverage content to grow, sell, or even survive. Web applicatio...DiscussSanity