| Invalid Date
字数 0阅读时长 1 分钟
 
The app we build in Part I is fairly simple. However, we spend as much time as we can introducing and learning important patterns and concepts before we build the TinyHouse application.
In more detail, for Part I of the course we'll:
  • Create a Node server.
  • Integrate Typescript into our Node server.
  • Deploy our GraphQL API using Apollo.
  • Bootstrap a React project.
  • Integrate TypeScript into our React project.
  • Have our client interact with our server using GraphQL.
  • Introduce React Hooks, and even make some of our custom Hooks.
  • Install React Apollo and use Apollo's official Hooks to make GraphQL requests.
  • Use the Apollo CLI to auto-generate TypeScript definitions from our GraphQL API.
  • Finally, introduce and use the Ant Design UI framework to quickly build a more presentable UI.
There's a lot of things to talk about so we're incredibly excited to get things started!
 
 
Module 1 - Getting Started with web servers
Module 2 - Comparing APIs
Loading...
目录