electrode icon indicating copy to clipboard operation
electrode copied to clipboard

Web applications with node.js and React

Results 27 electrode issues
Sort by recently updated
recently updated
newest added

### 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: ![Screenshot 2022-11-22 at 12 06 13 AM](https://user-images.githubusercontent.com/3193886/203145422-d2f28d1e-45ea-42bf-a783-86e76d0bdd98.png) - 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...