Posts should be globally reactive #20
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blisstown/campfire#20
Loading…
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?
more of a technical overhaul, posts should be stored in a globally-accessible key/value pair, whose updates will immediately reflect upon dependant objects (i.e. liking a post should alter all other visible occurrences of the post).
this could be achieved with globally-accessible key/value pair wrapped in a svelte
writable()
, which itself contains references towritable()
posts, indexed bypost_id
.