|
|
|
|
|
by mcguire
3131 days ago
|
|
"...just a single page app written in React." Having been involved in a few single page apps, I'd like to point out that JavaScript is a Turing complete programming language. There is no "just" about it. It may or may not be easy to work with, but the fact that it is a single page app or that it is React, had nothing to do with the matter. After all, php is "just a web page with some templating commands" (and look at where that gets you). Also, when you are enjoying that warm feeling from being "serverless", bear in mind that building something you value around someone else's service, especially if you aren't paying them for the privilege, may not be a spectacular idea. This message brought to you by the American Society of Cynics. Pointing out that your glass is half empty is our calling. |
|
And you don't have to use Netlify's service with their Netlify-CMS. Their step-by-step guide uses it, but that's only because they obviously want to promote their service[2] and it's the easiest way to get it all set up. You'd otherwise just host the CMS page at /admin of your site and configure a webhook to deploy your site on a push event.
[1] Unless your point is just that programming is hard. Which is obviously true.
[2] Though their service is pretty shweet as they put your assets on cloudflare and handle the webhooks for you.