Add post routes to router #1
Labels
No labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#2 Build post list LiveView (index)
austin/blog
#3 Build single post LiveView (show)
austin/blog
#4 Build post form component (create/edit)
austin/blog
Reference
austin/blog#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Define live routes in
router.exfor listing, showing, creating, and editing posts. This wires up URLs like/posts,/posts/new,/posts/:slug, and/posts/:slug/editto their respective LiveView modules.