A more scalable way of architecting this project could be to use react-reconciler to build a JSON tree, which is then passed through to a walk function which renders to XD outside of the React cycle.
The JSON tree generation could even be parallelised in a separate process to speed up rendering, and would then allow for using yoga-layout, etc.
A more scalable way of architecting this project could be to use
react-reconcilerto build a JSON tree, which is then passed through to a walk function which renders to XD outside of the React cycle.The JSON tree generation could even be parallelised in a separate process to speed up rendering, and would then allow for using
yoga-layout, etc.