Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Make Next-Admin framework agnostic #464

Open
3 tasks
foyarash opened this issue Oct 3, 2024 · 0 comments
Open
3 tasks

[FEATURE] - Make Next-Admin framework agnostic #464

foyarash opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@foyarash
Copy link
Collaborator

foyarash commented Oct 3, 2024

Summary

Currently, Next-Admin is made to work only with Next.js. There are not so much places that are heavily tied with Next.js actually:

  • routing
  • route handlers

This would make a port to Remix quite easy actually, if we are able to abstract the routing logic and the route handlers logic aswell.

  • Explore the feasibility
  • Extract the routing logic in a framework specific file
  • Abstract the route handler logic to use web APIs only (Response instead of NextResponse for example)

Basic Example

Drawbacks

No response

Unresolved questions

No response

@foyarash foyarash added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant