-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Description
This issue is a placeholder to discuss ideas and suggestions for the advanced tutorial.
Audience
The tutorial should assume the audience has built and supported a large client-facing React application, ideally through at least one major version change of the API.
Goals
Ideally, I would like the tutorial to have some real-world use, so that people could build it, deploy it, and actually get some value from it in their lives.
Concepts That Should Be Covered
- Authorization (user permissions)
- Interacting with multiple APIs
- Protecting your app from breaking API changes
- WebSockets integration (for real-time support)
- Graceful error handling
- 404 pages