Strapi is a open source headless CMS. It’s codebase is available via Github and maintained by many developers. Strapi can be self hosted and also supports modern interfaces for queries like GraphQL. Use either Yarn och NPM to install Strapi. The default Strapi installation will use SQLite as DB and create a DB file in […]
Strapi is a popular headless CMS built on React. Next.js is a popular React framework for building web pages that are rendered server-side or static. In a series of posts, I will go through how you can easily setup a future-proof CMS and lightning-fast website that serves pages directly from CDN for optimal performance. The […]