Skip to content

Restructure Frontend to Backend Communications #20

@tristanduncombe

Description

@tristanduncombe

Area

frontend

Description

Right now, we're using the Next.js API routes but this isn't necessary as we don't need to have a public API alongside our web implementation.

Possible Implementation

Move to server components to fetch and pass promises via react's use hook with the component surrounded by suspense and a fallback loader.

Metadata

Metadata

Labels

enhancementNew feature or requestfrontendAnything in the frontend folder or that may need the frontend devs input

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions