Can you import a React web app code?

Question:
Hello, I’m new here and I would like to know if it is possible to import code from a react web app so I can work on it? Thank you

Replit Profile: https://replit.com/@thehosst

You can use the React Repl template and upload the files of the React app into the Repl.

If the app is on Github, you can click the “Import from Github” button when creating a new Repl to directly import the files of the app into the Repl.

2 Likes
import React from 'react'
2 Likes

Thank you, my goal is to import some templates and learn by practice since it looks like Replit is very good to learn and see results quicker. Then to use it for actual coding of my own. I really appreciate your help.

(post deleted by author)

1 Like

If @savardo answered your question please mark it as solved!

Thank you very much for your detailed reply and help.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.