Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/i18next/react-i18next
/
Class
example/devserver-save-missing/src/App.js:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
// use hoc for class based components
7
class
LegacyWelcomeClass extends Component {
8
render() {
9
const
{ t } = this.props;
10
return
<h2>{t(
'title'
)}</h2>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected