Capítulo 758 de 988

Chapter 758: Backend routes in the Editor Starter

Core Idea

Some Editor Starter features require backend endpoints. The default implementation uses the React Router 7 framework.

Key Concepts

  • POST /api/captions
  • GET /api/fonts/:name
  • POST /api/upload
  • POST /api/render
  • POST /api/progress

Key Takeaways

  1. Understand post /api/captions when working with Backend routes in the Editor Starter.
  2. Understand get /api/fonts/:name when working with Backend routes in the Editor Starter.
  3. Understand post /api/upload when working with Backend routes in the Editor Starter.
  4. Understand post /api/render when working with Backend routes in the Editor Starter.
  5. Understand post /api/progress when working with Backend routes in the Editor Starter.

Connects To

  • Asset Cleanup: related page in the Editor Starter Template section.
  • Asset Uploads: related page in the Editor Starter Template section.
  • Before you buy: related page in the Editor Starter Template section.