-
Notifications
You must be signed in to change notification settings - Fork 375
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
feat: add p/demo/mux #882
feat: add p/demo/mux #882
Conversation
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just add gno.mod
file. Rest LGTM 💯
$ moul in 🌐 crux in 2 ~/g/s/g/g/g/e/g/p/demo/ui dev/moul/mux via v1.20.3
❯ gno mod init
USAGE
mod <command>
SUBCOMMANDS
download Download modules to local cache ohhhh :) Edit(@harry-hov): Soon! |
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
Just one last thing. Add PS: please bear until |
done |
Merging this for now. If we come up with a better name, we can change it in another PR. |
Add a simple mux/router system for Render(). Update the p/demo/blog package accordingly.
Add a simple mux/router system for
Render()
.Update the
p/demo/blog
package accordingly.Inspired by #866 which aims to offer an all-in-one framework.
Not sure if should be
p/demo/mux
orp/demo/router
. Idea?Contributors Checklist
BREAKING CHANGE: xxx
message was included in the descriptionMaintainers Checklist
CONTRIBUTING.md
BREAKING CHANGE:
in the body)