Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justalever/graphql_fun_frontend_demo

Part 2 of How to use GraphQL with Ruby on Rails
https://github.com/justalever/graphql_fun_frontend_demo

apollo graphql rails react ruby tailwindcss

Last synced: about 1 month ago
JSON representation

Part 2 of How to use GraphQL with Ruby on Rails

Awesome Lists containing this project

README

        

![https://i.imgur.com/rhhlpJc.jpg](https://i.imgur.com/rhhlpJc.jpg)

# How to Use GraphQL with Ruby on Rails - Part 2

[GraphQL](https://graphql.org/) is a query language for APIs. The query language itself is universal and not tied to any frontend or backend technology. This characteristic makes it a great choice for many frameworks or patterns you or your company might follow.

This is part 2 of the mini-series where I build a small API-based Ruby on Rails application using GraphQL, React, Apollo, and Tailwind CSS

View the full tutorial here: https://web-crunch.com/how-to-use-graphql-with-ruby-on-rails-part-2

The whole mini-series:

- Part 1: https://web-crunch.com/how-to-use-graphql-with-ruby-on-rails
- Part 2: https://web-crunch.com/how-to-use-graphql-with-ruby-on-rails-part-2