Backend
Work-in-progress: This content is incomplete; you can help by expanding it
Will your application require a backend (or perhaps be only a backend)? If so, what will it entail? Will you need to store and retrieve data for users? If so, setting up an API will help you get ahead in the storage and full-stack connections with the frontend.
Determine if you will be using a full-stack web framework (such as Next.js or Remix) or deploying an independent JS backend (such as Express or similar via AWS Lambda)
Prove connection between your frontend and backend via a basic API call in the “hello world” pageload
Node frameworks
Section titled “Node frameworks”- Express
- Hono (see decision doc)