Build post list LiveView (index) #2
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#2
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.Indexto fetch and display all posts. This is the first LiveView module in the app — it callsBlog.Posts.list_posts/0and renders the results as a list with links to individual posts.