Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justalever/graphql_fun_frontend_demo
- Owner: justalever
- Created: 2019-11-22T02:37:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T19:29:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-09T13:07:34.181Z (about 1 month ago)
- Topics: apollo, graphql, rails, react, ruby, tailwindcss
- Language: CSS
- Homepage: https://web-crunch.com
- Size: 291 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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