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

181
Views
Code algorithms inside React Native project

I'm new to React Native and the app I'm building needs to run some algorithms. Is there any way to run functions from a lower-level programming language inside the React app? I need this because the algorithms I'm running are really time-consuming and it would take way too much time to run it in JavaScript.

Is there any way I can run some C/C++ code from inside the App? Or are there any other programming languages that can be run from the app that is faster?

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

0

This is not a React-specific problem. You want to run native c/c++ logic inside a js/typescript program.

Either use assembly script (similar to typescript) or web assembly (convert native c/c++ to wasm which can be imported in any js/typescript environment).

https://www.youtube.com/watch?v=9lxnm9a-Yi8&ab_channel=Maniyar

https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm

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!