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
Asked
Active
Viewed 3,258 times
4

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

Владимир Рудомаха
- 43
- 1
- 3
-
1You 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 Answers
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