Netlify-CMS is used by non-dev to write/modify articles.
Technically, Netlify-CMS is just a front webapp (full JS), which query GitHub rest api. But this API is limited to 1000 request per hour, which may produce some error when using Netlify-CMS intensively (or not, since a lot of request is done by Netlify-CMS for each operation).
There seems to be solution to reduce the drawback of GitHub backend : graphQL API.
This is a beta feature in Netlify-CMS, but already available.
This subject is discussed here.
Netlify-CMSis used by non-dev to write/modify articles.Technically,
Netlify-CMSis just a front webapp (full JS), which query GitHub rest api. But this API is limited to 1000 request per hour, which may produce some error when usingNetlify-CMSintensively (or not, since a lot of request is done byNetlify-CMSfor each operation).There seems to be solution to reduce the drawback of GitHub backend : graphQL API.
This is a beta feature in
Netlify-CMS, but already available.This subject is discussed here.