# Custom header with react

**URL:** https://meta.discourse.org/t/custom-header-with-react/246603
**Category:** SSO
**Created:** [November 24, 2022, 1:38am UTC](https://meta.discourse.org/t/custom-header-with-react/246603 "2022-11-24T01:38:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ken95](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ken95/32/278818_2.png) [@Ken95](https://meta.discourse.org/u/Ken95)
#### Post date: [November 24, 2022, 1:38am UTC](https://meta.discourse.org/t/custom-header-with-react/246603/1 "2022-11-24T01:38:44Z")

</div>

I wanted to create a custom header using react library.

So, I tried to insert react and babel cdn into head of HTML/CSS’s edit. And applied ReactDOM Render Method in Header.

 ![스크린샷 2022-11-24 오전 10.31.27](https://global.discourse-cdn.com/meta/original/4X/d/b/1/db1c613d4acfe99acf59d640f25704f577a49ba9.png)

 ![스크린샷 2022-11-24 오전 10.36.57](https://global.discourse-cdn.com/meta/original/4X/2/f/6/2f6745b7ad16d2f68b59c220f075e987084620c1.png)

But, it did not work in discourse forum.

It would be helpful for me any guidance given using React on Discourse.
