Readdy Write

React: Page title over-excitation in browser set

24.02.2021 (๐Ÿ‘3481)

React: Page title over-excitation in browser set

 

In React, you can adjust the heading of the website at run time by using

 

 

document.title=this.state.myvariable

 

assigns the title

 

 

here with emojis ๐Ÿ˜€

    //====< HTML >====

    //----< render >----

    render() {

        //--------< render(HTML) >--------

        let breadcrumb_path = "";

        document.title = "๐Ÿ‘ " + this.state.title;

        return (

            //----< return >----

            <div className="submit-form">

                {

                    this.state.loading ?

 

 

 

 

 




0,00 €