Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
graphql

28 Articles
{
,

}
Image
Direct link to the article Meeting GraphQL at a Cocktail Mixer
apis graphql

Meeting GraphQL at a Cocktail Mixer

GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to …

Image
Sebastian Scholl on Sep 26, 2019
Image
Direct link to the article The Best (GraphQL) API is One You Write
graphql groq sanity

The Best (GraphQL) API is One You Write

Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It’s like a menu of available data and I can ask for whatever …

Image
Chris Coyier on Aug 29, 2019 Updated on Mar 9, 2020
Image
Direct link to the article Multiplayer Tic Tac Toe with GraphQL
game graphql

Multiplayer Tic Tac Toe with GraphQL

GraphQL is a query language for APIs that is very empowering for front-end developers. As the GraphQL site explains it, you describe your data, ask for what you want, and get predictable results.

If you haven’t worked with it …

Image
Rishichandra Wawhal on Aug 23, 2019
Image
Direct link to the article #173: Ooooops I guess we’re full-stack developers now.
full stack graphql react routing

#173: Ooooops I guess we’re full-stack developers now.

And by “we’re”, I mean us, front-end developers ;)

Here’s the website that goes with this talk.

This is a talk I put together where I postulate that, over time, the breadth of what front-end developers are able to do …

Image
Chris Coyier on Aug 7, 2019
Image
Direct link to the article Using GraphQL Playground with Gatsby
gatsby graphql

Using GraphQL Playground with Gatsby

I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:

  1. Data Sources → Pull data from anywhere.
  2. Build →
…
Image
Adebiyi Adedotun on Jul 18, 2019
Image
Direct link to the article Weekly Platform News: Mozilla WebThings, Internet Explorer mode, GraphQL
edge ember firefox fr graphql image optimization internet explorer

Weekly Platform News: Mozilla WebThings, Internet Explorer mode, GraphQL

In this week's news: Mozilla WebThings provides complete privacy for user data, an Internet Explorer mode is coming to Edge, and other interesting articles.
Image
Šime Vidas on May 24, 2019
Image
Direct link to the article Getting into GraphQL with AWS AppSync
apollo aws cloudinary firebase graphql

Getting into GraphQL with AWS AppSync

GraphQL is becoming increasingly popular. The problem is that if you are a front-end developer, you are only half of the way there. GraphQL is not just a client technology. The server also has to be implemented according to the …

Image
Nader Dabit on Mar 12, 2019
Image
Direct link to the article GraphQL is Everywhere!
graphql

GraphQL is Everywhere!

I find GraphQL extremely fun and empowering tech to work with, even as a novice just getting started. You’ve probably heard the elevator pitch before: it allows you to ask for exactly the data you need whenever you need it …

Image
Chris Coyier on Nov 16, 2018
Image
Direct link to the article A Front End Developer’s Guide to GraphQL
apollo graphql

A Front End Developer’s Guide to GraphQL

No matter how large or small your application is, you’ll have to deal with fetching data from a remote server at some point. On the front end, this usually involves hitting a REST endpoint, transforming the response, caching it, and …

Image
Peggy Rayzis on Dec 4, 2017
  • Image Newer
  • 1
  • ...
  • 2
  • 3
  • 4
  • Older Image

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top
Advertisement