MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns /

Class

code/new-context-api/src/app.jsx:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Provider } from './context';
5
6class App extends React.Component {
7 render() {
8 return (
9 <Provider value={ { title: 'React In Patterns' } }>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected