[Learn] Fetch the card details using GraphQL query on Learn homepage
See original GitHub issueCurrent State: The cards on the homepage of the upcoming learn site, i.e, the one at layer5.io/learn-ng shows a status course count.
Desired State: The course count should be fetched dynamically using GraphQl. For reference, check out the usage in these components Index, Guide and GuidesCard.
Contributor Resources
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- See contributing instructions
- Check the Learn Layer5 site Design Spec to know more about the site structure and development plans.
- Checkout the Learn Layer5 site designs in this Figma project.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Fetching data with queries | Full-Stack Quickstart
To be able to fetch and store all launches, we need to modify our code to use the cursor and hasMore fields included...
Read more >GraphQL Queries to fetch data - Hasura
Try out GraphQL Query using GraphiQL. Simple and nested GraphQL query examples with parameters, arguments and variables to fetch data dynamically.
Read more >How to Fetch GraphQL Data in Next.js with Apollo GraphQL
When fetching data, instead of making a GET request to a URL to grab that data, GraphQL endpoints take a “query”.
Read more >1. Fetching data with GraphQL Queries - YouTube
In this video, we'll learn about fetching data using GraphQL QueriesLink to the tutorial ...
Read more >GraphQL Client Tutorial With Fetch - YouTube
GraphQL is an incredible tool for building out easy to use APIs, but it isn't immediately apparent how to consume a GraphQL API...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vinayaksh42 a small one that you could start off with.
Ya sure 😃