[Feature Request] Replace proxy server with Next.js #646
Labels
enhancement
New feature or request
infrastructure
performance
Issues relating to performance
usability
Issues relating to the ease of use of the UI or features
Description
Replace the proxy server with Next.js and move the data processing logic to the server.
Additional Context
Using Next.js has both advantages and disadvantages.
Advantages
Disadvantages
Alternatives considered
Remix
Great performance and the focus on web standards is fantastic. But Next offers some great routing features that will be useful for Graph Explorer. Next also has support for React Server Components and Server Actions.
tRPC
tRPC provides some nice benefits around type safety, but doesn't allow the removal of the proxy server.
Related Issues
Important
If you are interested in working on this issue or have submitted
a pull request, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote.
This helps the community and maintainers prioritize this request.
The text was updated successfully, but these errors were encountered: