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
I know Reka is a state manager and this isn't fully related, but there seems to be enough overlap. In some way, hovering over an element on the site selects it. This is quite crucial behaviour in any visual editor. If I understand correctly, the code for this is handled in ComponentEditor.tsx
Trying to recreate this in another language is quite an endeavor as it isn't fully clear what the connectTplDom function actually does and how it interacts with the editor. This currently blocks my progress using Reka in my own editor. Could there be some documentation about how one can use these specialized functions to interface between the HTML and the frame tpl's?
The text was updated successfully, but these errors were encountered:
Mobx is a reactive state management system. For a first understanding you can think of mobx having a global state storage and whenever a change is made everything depending on it is updated. Although this can be tricky as states might not be obvious.
I know Reka is a state manager and this isn't fully related, but there seems to be enough overlap. In some way, hovering over an element on the site selects it. This is quite crucial behaviour in any visual editor. If I understand correctly, the code for this is handled in ComponentEditor.tsx
reka.js/site/editor/ComponentEditor.tsx
Lines 157 to 180 in ce62cfd
Trying to recreate this in another language is quite an endeavor as it isn't fully clear what the connectTplDom function actually does and how it interacts with the editor. This currently blocks my progress using Reka in my own editor. Could there be some documentation about how one can use these specialized functions to interface between the HTML and the frame tpl's?
The text was updated successfully, but these errors were encountered: