Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/
Class
code/controlled-uncontrolled/src/app.jsx:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
// };
32
33
class App extends React.Component {
34
constructor(props) {
35
super(props);
36
this.state = { value:
'hello'
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected