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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user