You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: