Hi
why in react (demo1) LayoutSetup.ts methods like getLayout() execute before main src/index.tsx
can you explain it for me? and how you do that?
Hi,
LayoutSetup can't be executed before main /src/index.tsx file, cause index.tsx file is a bootstrap file and here we inject react code into dom through ReactDOM.render
Regards,
Keenthemes support
oh, It execute via bootstrap IIFE method yes?