-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add a section that shows how concepts in other frameworks apply using minimal APIs #47
Comments
Isn't this already covered in the current quick start https://minimal-apis.github.io/quickstart/quickstart.html |
There's no plan to cover other frameworks in that set. This is about having a "if you know framework X" here's how you do it in minimal comparison |
Maybe I could add an about page ... |
I think it should be a different page. One per framework. One for express and one for flask, and maybe a golang framework. |
😑 I am not sure about this. But we could add a section under the quick starts. But it may get lost. Right now this what we have
|
What would you like see:
What kind of content are you looking for ?
We should have a section on the site that lists a couple of top level concepts in various frameworks (routing, middleware, logging, dependency injection (where applicable)), as a way to quickly get somebody that is already using an existing framework up to speed with similar concepts in minimal.
For example:
Express
Routes
Route parameters
Middleware
StaticFiles
The text was updated successfully, but these errors were encountered: