2025-01-07 - Micro Frontends Tree Structure
Jump to navigation
Jump to search
Page output config
/src
/pageOutputConfig
-elementConfigOutput.jsx
/lib
-generateElement.jsx
/reduxSlices
-menuOutputSlice.js
-izaraFrontends-menu-output.js
-root.component.js
-InitMenuOutput.jsx
-menuOutput.jsx
Page output
/src
/pageOutput
-elementOutput.jsx
/lib
-generateElement.jsx
/reduxSlices
-menuOutputSlice.js
-izaraFrontends-menu-output.js
-root.component.js
-InitMenuOutput.jsx
-menuOutput.jsx
Directory Explain
src
All directories and files are stored here.
pageOutput/pageOutputConfig
All files that store all components connect from the pageOutput/pageOutputConfig npm library.
pageOutput
- use with output microfronent
- must have elementOutput.jsx file.
pageOutputConfig
- use with config microfronent
- must have Template:ElementConfigOutput.jsx file.
file Explain
elementConfigOutput.jsx
store components that connect from pageOutputConfig npm library.