We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current router has synthesizability problems because it wraps in an immediate function. In particular, nested routers are difficult to see.
A stateful object-based router improves composability and simplifies nesting.
Add a stateful Router that declares an HTTP method, a URL path, and registers a handler.
The text was updated successfully, but these errors were encountered:
docs: add description for router
8cd5d35
close #30
🎉 This issue has been resolved in version 3.0.0-beta.2 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
TomokiMiyauci
No branches or pull requests
The current router has synthesizability problems because it wraps in an immediate function. In particular, nested routers are difficult to see.
A stateful object-based router improves composability and simplifies nesting.
Add a stateful Router that declares an HTTP method, a URL path, and registers a handler.
The text was updated successfully, but these errors were encountered: