Build single post LiveView (show) #3
Labels
No labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#1 Add post routes to router
austin/blog
Reference
austin/blog#3
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?
Create
PostLive.Showto display a single post by slug. Fetches the post usingBlog.Posts.get_post_by_slug!/1and renders its full content.