© 2023 Hashnode
#sanity
Install Next JS npx create-next-app@latest npx create-next-app@latest What is your project named? ... permadi-sanity Would you like to use TypeScript with this project? ... No / Yes Would you like to use ESLint with this project? ... No /…
Sanity 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 snipp…
The 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…
Introduction 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 …
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 …
What 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 st…
I 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 …
Sanity.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.i…
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…
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 cont…