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.
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.