Repository to help people learning how to build a React + Apollo + GraphQL Fullstack application
The materials to study will be available on the issues, so will be the reference to docs, articles, and more.
to build
labels are related to practical exercises.documentation
labels are related to theorical knowledge followed up by oficial docs links or articlessuggestion
use this label to suggest a topic to be added in this repo
Use the issues to share the links you have found about the related subject. If needed new issues can be added with documentation
tags.
Important: Share your thoughts so everyone can learn from it.
Use question
use this label to ask a question. Before asking any question, please make sure there isn't any open/closed issue that answers your question.
Clone this project, create a branch with your username. All your code should be pushed under this branch. Open pull requests so the reviewers can discuss with you the solutions Relate the issue you are working on
Try to follow this pattern
issueCode/message
i.e 01/create-koa-server
- What is REST
- Understand HTTP requests
- Koa vs Express
- Build a node server
- What is GraphQL
- (Will add more later)