1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-03-20 02:44:39 +00:00

chore(blog): add docs link for context

This commit is contained in:
2025-06-17 17:10:29 +07:00
committed by GitHub
parent d450c0d0d7
commit 9f36b53f65

View File

@@ -8,6 +8,10 @@ type PostItem = Post & {
comments: PostComment[]; comments: PostComment[];
}; };
/**
* Blog uses injection store pattern
* @see https://deepwiki.com/robonen/lorem-blog/5.1-blog-content-system
*/
export const { export const {
useProvidingState: useProvidingPosts, useProvidingState: useProvidingPosts,
useInjectedState: useInjectedPosts, useInjectedState: useInjectedPosts,