ββA static website contains Web pages with fixed content. Technically, it is a simple list of HTML files, which displays the same information to every visitor. Unlike dynamic websites, they do not require any back-end programming or database. Publishing a static website is easy: the files are uploaded on a simple Web server or storage provider. The two main advantages of static websites are security and speed: there is no database so it can not be hacked and there is no need to render a page for each request, which makes Web browsing faster.
8 min read
#Gatsby #Strapi
8 min read
#Gatsby #Strapi
Hacker Noon
π Building a static blog using Gatsby and Strapi
A static website contains Web pages with fixed content.
ββ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β¦
ββBuilding a chat application with React, Strapi, and Firebase combines Reactβs frontend strength with Strapi backend data management skills, Firebaseβs authentication and messaging functionality. In this tutorial, youβll learn how to create a Strapi chat app, integrate Firebase for user authentication, and get real-time updates.
β±οΈ 14 minutes read
#react #firebase #strapi
β±οΈ 14 minutes read
#react #firebase #strapi
Medium
How to Build a Chat App with React, Strapi & Firebase
In this tutorial, youβll learn how to create a Strapi chat app, integrate Firebase for user authentication, and get real-time updates.
π12πΎ3π€ͺ2β€1πΎ1