MCPcopy
hub / github.com/nefe/redux-in-chinese / Home

Function Home

website/src/pages/index.js:131–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129]
130
131function Home() {
132 const context = useDocusaurusContext()
133 const { siteConfig = {} } = context
134 return (
135 <Layout
136 title={`${siteConfig.title} - JavaScript 应用的状态容器,提供可预测的状态管理。`}
137 description="JavaScript 应用的状态容器,提供可预测的状态管理。"
138 >
139 <header className={classnames('hero hero--primary', styles.heroBanner)}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected