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

71
Views
Using a React Native mobile app to control localhost website

I want build a multi-page website running on a localhost which can go from one page to another with a react-native mobile app(also running on a localhost server). I am planning to use PeerJS for the communication and understand how signaling works.

    peer.on('connection', (conn) => {
      conn.on('data', (data) => {
          this.setState({
            //this is when I receive data from the connection, 
            //where I probably want to redirect to a different page??
          });
       });
    });

I see many resources that use a website button click to move from one page to another, but I am not sure how I can automatically go from one page to another with the mobile app signal. Any advice appreciated.

about 4 years ago · Juan Pablo Isaza
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!