Relative Content

Tag Archive for reactjsgithub-pagescdngithub-pages-deploy-action

how to host React App directly using CDN links on github pages?

I am new to github, I created few React projects on codepen and all of them were using CDN links of react and react router. Now I want to deploy them on my github. and for that I created index.html file, css file and jsx file and linked them in html. but I find css file to be hosted but not rendered JSX file.
If you can guide this person.
PS: I have googled and found other ways of deploying and hosting but I want guide to this way (if possible).