# Apollo and GraphQL
- 创建我们的第一个 GraphQL 服务器
- 使用 Apollo 和 GraphQL 创建 Twitter 时间轴
# Firebase
[https://www.flamelink.io](https://app.flamelink.io/login)
# Relay
[https://relay.dev/docs/en/introduction-to-relay](https://relay.dev/docs/en/introduction-to-relay)
Relay 是一个JavaScript框架,用于构建由GraphQL支持的数据驱动的React应用程序,它从头开始设计,易于使用,可扩展,最重要的是,具有良好的性能。Relay通过静态查询和提前生成代码来完成此任务。
# 参考
[Tinyhouse Masterclass](https://www.newline.co/tinyhouse/syllabus)
[起始章](https://coursehunters.online/t/tinyhouse-a-fullstack-react-masterclass-with-typescript-and-graphql-part-1/2913)
[最终章](https://coursehunters.online/t/tinyhouse-a-fullstack-react-masterclass-with-typescript-and-graphql-part-two-pt-17/3480)