When comparing WordPress vs Netlify CMS, the Slant community recommends Netlify CMS for most people. In the question“What is the fastest CMS for web content (news website with some static pages) ?” Netlify CMS is ranked 6th while WordPress is ranked 7th. The most important reason people chose Netlify CMS is:
Experimental support for GitHub's GraphQL API is now available for the GitHub backend. Without mutation.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Complete control if needed
If you set up WP on your own server, you can change every single aspect of it as you see fit.
Pro Widely used
According to some statistics, WP powers a fifth of the Internet. It means there are resources for everything. Community support, tutorials, extensions and a plethora of customization options.
Pro Self-host & WP-host options
For free WordPress can be hosted by yourself on your own server, or as a subdomain of wordpress.com. You can also pay to use a custom domain with WP hosting.
Pro Open source
Anyone can view the code of WordPress since it's under a libre/open source license.
Pro RSS feeds for everything
Including tags and categories.
Pro Post-level privacy controls
Each post can have a different access level.
Pro Experimental support for GitHub's GraphQL API
Experimental support for GitHub's GraphQL API is now available for the GitHub backend. Without mutation.
Pro Easy Creating Custom Widgets option
The NetlifyCMS exposes a window.CMS global object that you can use to register custom widgets, previews, and editor plugins. The same object is also the default export if you import Netify CMS as an npm module. The available widget extension methods are listed here.
Pro Modern
Pro Open-source
Pro Built in React.js
Cons
Con A bit of bloat and complexity
WP has grown past being just a blogging platform and as such it's not as lightweight as it used to be. It also considerably more complex due to many more customization options compared to other solutions.
Con Dated
The code is a mess, uses dated conventions, and relies on dated technology.
Con A lot of configuration
Example: a few plugins and some code are needed for gatsby-img or markdown to work.