electrode
electrode copied to clipboard
Web applications with node.js and React
### Description - Updated xarc-create-app dependencies and packages in template to refer react 18. ### How to Test - Run `node ../packages/xarc-create-app/src my-test-app` - Run `cd my-test-app` - Run `fyn`...
This change is to support a similar use-case as `loadSubApp` does [here](https://github.com/electrode-io/electrode/blob/master/packages/subapp-react/src/fe-framework-lib.js#L22). If a `reduxSubApp` needs to be rendered within a composite component we won't be getting the DOM element...
**Describe the bug** I got this error after app creation ``` TypeError: Cannot read properties of undefined (reading 'location') at ReduxRouterEngine.render (CWD/node_modules/electrode-redux-router-engine/lib/redux-router-engine.js:125:35) at module.exports (CWD/src/server/views/index-view.jsx:25:23) at getContent (CWD/node_modules/electrode-react-webapp/lib/react/content.js:26:17) at Token.INITIALIZE...
Where is this doc hosted? https://github.com/electrode-io/electrode/blob/master/packages/xarc-app-dev/docs/index.html Where can I find the necessary documentation for Module Federation support?
Is there an electrode (gtpjs) migration guide for moving to webpack 5 - module federation specifically?
- Don't inject hot-update bundles in the template to avoid below error:  - Add `crossorigin="anonymous"` to our scripts for error reporting. By default,...
We are having a legacy project built on electrode. We are using electrode-archetype-react-app v4.1.1, and we want to enable critical css in this project. I tried adding files archetype/config/index.js and...