Tech Stack
The tech stack for the message board example app is as follows:
- Dgraph Cloud: backend database
- React: JavaScript UI framework
- Typescript: types for JavaScript
- Apollo Client 3.x: GraphQL client and React state management
- Semantic UI React: UI component framework
- Tailwind CSS: CSS framework
- Luxon : date and time formatting.
This app also uses the GraphQL Code Generator to generate TypeScript-friendly React hooks for the GraphQL queries and mutations.