Thoughts on porting Fabric to Python? #1246
andreamancuso
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I haven't read the react fabric source code. However, implementation of anything React-Native related is going to need tinkering with the ReactPy Client. I don't see a world where anything React-Native related could be server-side rendered, so client-side components would need to get ported to ReactPy core first. Currently, client-side components only exist in Django due to convenience (specifically due to Django having built-in template tags and settings framework). In summary, to get React Native running within ReactPy the "order of operations" would be the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First of all, let me tell you how impressed I am to see what you guys accomplished with ReactPy. Seriously ambitious and amazing.
I understand based on this answer that you've a bigger fish to fry at the moment, however I still would like to ask: what if somebody wanted to port https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js to Python (primarily this file, not the entire React Native ecosystem), where/how would you start?
Have you written a reconciler algorithm?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions