Rendering the WordPress philosophy in GraphQL

WordPress is a CMS that’s coded in PHP. But, even though PHP is the foundation, WordPress also holds a philosophy where user needs are prioritized over developer convenience. That philosophy establishes an implicit contract between the developers building WordPress themes …

The post Rendering the WordPress philosophy in GraphQL appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/rendering-the-wordpress-philosophy-in-graphql/

Created 3y | Jan 18, 2021, 10:21:53 PM


Login to add comment

Other posts in this group

Accessible Forms with Pseudo Classes

Hey all you wonderful developers out there! In this post, I am going to take you through creating a simple contact form using semantic HTML and an awesome CSS pseudo class known as :focus-wit

Mar 22, 2024, 9:20:05 PM | CSS tricks
Passkeys: What the Heck and Why?

These things called passkeys sure are making the rounds these days. They were a main attraction at 

Apr 12, 2023, 6:20:39 PM | CSS tricks
Some Cross-Browser DevTools Features You Might Not Know

I spend a lot of time in DevTools, and I’m sure you do too. Sometimes I even bounce between them, especially when I’m debugging cross-browser issues. DevTools is a lot like browsers themselves — no

Mar 22, 2023, 9:20:53 PM | CSS tricks
Making Calendars With Accessibility and Internationalization in Mind

Doing a quick search here on CSS-Tricks shows just how many different ways there are to approach calendars. Some show how CSS Grid

Mar 13, 2023, 2:20:36 PM | CSS tricks
5 Mistakes I Made When Starting My First React Project

You know what it’s like to pick up a new language or framework. Sometimes there’s great documentation to help you find your way through it. But even the best documentation doesn’t cover absol

Mar 10, 2023, 5:20:59 PM | CSS tricks
Creating a Clock with the New CSS sin() and cos() Trigonometry Functions

CSS trigonometry functions are here! Well, they are if you’re using the latest versions of Firefox and Safari, that is. Having this sort of mathematical power in CSS opens up a whole bunch of possi

Mar 8, 2023, 3:21:16 PM | CSS tricks
Managing Fonts in WordPress Block Themes

Fonts are a defining characteristic of the design of any site. That includes WordPress themes, where it’s common for theme developers to integrate a service like

Mar 6, 2023, 4:20:47 PM | CSS tricks