Just discovered Headless WordPress - I'm intrigued and want to learn more

Hey everyone! I’m a designer with some coding skills. I used to think WordPress wasn’t ‘real’ development, but now I see how wrong I was.\n\nI’ve been doing WordPress sites for clients and recently found out about Headless WordPress. It’s blown my mind! You can use WordPress for the backend and CMS, then build the frontend with React or Astro. This seems to open up so many possibilities.\n\nI’m excited about the potential to create custom apps using WordPress as a foundation. The plugin ecosystem makes it easier to handle backend stuff.\n\nHas anyone here worked with Headless WordPress? What’s your take on it? Any tips or experiences to share? I’d love to hear more about how it works in practice.\n\nThanks for any insights!

yo headless wp is dope! been using it for a few months now and its a total game changer. u can build sick frontends with react or whatever and still use wp for content. just be ready to wrestle with apis n stuff. its not always easy but the results r worth it. def give it a shot if ur up for a challenge!

Headless WordPress is indeed a game-changer. I’ve been using it for about a year now, and it’s revolutionized how I approach web development. The ability to use WordPress as a backend while having full control over the frontend is incredibly powerful.

One thing I’ve found particularly useful is the improved SEO capabilities. With a custom frontend, you can optimize your site’s performance and structure in ways that were difficult with traditional WordPress themes. This has led to significant improvements in page load times and search engine rankings for my clients’ sites.

That said, it’s not without its challenges. Setting up the initial infrastructure can be time-consuming, and you’ll need to be comfortable with RESTful APIs and JavaScript frameworks. I struggled with this at first, but the payoff has been worth it.

If you’re considering diving in, I’d recommend starting with a small project to get familiar with the workflow. And don’t forget to explore some of the excellent headless CMS plugins available for WordPress - they can save you a lot of time and effort in the long run.

I’ve been using Headless WordPress for a couple of years now, and it’s been a game-changer for my projects. The flexibility it offers is unparalleled, allowing you to leverage WordPress’s robust content management while having complete control over the frontend.

One major advantage is improved performance. By decoupling the frontend, you can create lightning-fast sites using static site generators or modern JavaScript frameworks. This approach also enhances security since the WordPress admin is separate from the public-facing site.

However, be prepared for a steeper learning curve. You’ll need to be comfortable with APIs and potentially learn new frontend technologies. Also, some WordPress features like menu management might require custom solutions.

Overall, if you’re looking to push the boundaries of what’s possible with WordPress, going headless is definitely worth exploring. Just be sure to weigh the pros and cons for each project.