ββJamstack is out for a while. For most of us (developers) statically pre-rendered React websites are no wonder: page routing in the browser, βblazing-fastβ (as they usually call it) experience, etc.
β± 6 minutes read
#CMS #NextJS #React #NodeJS
β± 6 minutes read
#CMS #NextJS #React #NodeJS
Medium
Remaking WordPress in JS stack. Hello to a new CMS for Next.js websites.
Motivation
ββLearn how to set up GraphQL in Strapi, run GraphQL queries and mutations, carry out CRUD requests, and create an authentication system in Strapi.
β±οΈ 16 minutes read
#strapi #cms #graphql
β±οΈ 16 minutes read
#strapi #cms #graphql
Medium
A Deep Dive into Strapi GraphQL
The REST API design pattern is one of the best practices when building an API for the back end of any application. Its benefits supersede its downside. When fetching data from an extensive RESTβ¦