4

I want to use React Native as a front-end and the core logic to implement in python. How it can be implemented? Is there a python wrapper for js, with support for react native

Jacques de Hooge
  • 6,750
  • 2
  • 28
  • 45
  • 1
    You could use your Python back-end as a normal rest API for your client-side react. "How can it be implemented" is a bit too broad of a question... – Salketer Oct 09 '17 at 10:00

1 Answers1

2

Yes, you can use Transcrypt. It supports React, including compilation of JSX source embedded in Python.

Disclaimer: I am the initiator of the project.

Jacques de Hooge
  • 6,750
  • 2
  • 28
  • 45