# 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)