MicroJackson
Results
1
comments of
MicroJackson
How I do it with my React Admin: ``` class SettingsList extends React.Component { constructor(props) { super(props); } componentDidMount() { document.title = "Some new document title."; } ...... ``` And...