Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

101
Views
adding react app to static html and css portfolio

I'm new to react, how can I add the apps I create to my static portfolio? I've built an app that's on GitHub and I want to add it to my portfolio i.e. www.mysite/app.

Portfolio
React App

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

I believe the only way you can do this is to embed the react app in a fullscreen iFrame. First you'd need to host the react app on a web host that supports it (replit maybe), and then you would stick this in the html.

<iframe src="https://react-app-url" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
Iframes are not supported on your browser
</iframe>

I am sorry if this does not work (I have not tested it) but I use replit a lot and replit has great support for React so this is probably what I would do in your situation.

about 4 years ago · Juan Pablo Isaza Report

0

The following tutorial explains how to deploy a React app to a static GitHub Pages site: https://github.com/gitname/react-gh-pages

I would guess that it wouldn't work well if your app uses routing because reloading the page when the active path is not the root one would fail.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!