Introduction

This is a tutorial on how to setup a .NET Core GraphQL server using HotChocolate and a client in React that consumes that API.

We will be designing a simplified Slack clone. The tutorial will use both a SQL and NoSQL data store.

Tools Required

Server Technologies

Client Technologies - React

  • React - Javascript Library for building User Interfaces

  • Create-React-App - Toolkit for starting React Apps

  • Apollo - GraphQL Client library

  • TypeScript - Typed Superset of Javascript

  • Semantic UI - React UI toolkit

Tutorials Written By

Would love additional contributors or your thoughts on improving the content, reach out to Arif Hanif - arif.hanif3@gmail.com

Last updated