react-union icon indicating copy to clipboard operation
react-union copied to clipboard

⚛️ Collection of tools allowing to React.js applications to run on specific server-side environments such as Content Management Systems (CMS) or Portals.

Results 23 react-union issues
Sort by recently updated
recently updated
newest added

U need to work with responsive, a lot off mobile devices don't display page correct

https://www.npmjs.com/package/@babel/eslint-parser

react-union-scripts
babel-preset

When I try to import CSS from node_modules the loader renames all the class names I found one workaround [here](https://github.com/css-modules/css-modules/pull/65#issuecomment-354712147) This is what I'm using: ``` const loadCSS = isServerConfig...

*** 🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 [Find out how to migrate...

greenkeeper

Show how to: - unify the state through all widgets - manage multiple instances of the same widget

Similar to https://github.com/react-component/checkbox/issues/13 I suggest adding ``` browserSync.create().init( { ui: false, ghostMode: false, ...config, }, resolve ); ``` to `react-union-scripts/scripts/startDevServer.js`, because a consistently working application is IMO better than this...

react-union-scripts

I am a React developer new to Liferay. I am trying to use your Union project to plug my react apps inside a legacy Liferay portal. I have built a...

I am new to Liferay. I am running the [sample Liferay 7.2 Docker container](https://hub.docker.com/r/liferay/portal/) as my backend. I wish to create a new page, where I will display the [React...

I'm interested if you see any problems with using TS and react union?

Hi, First of all. Thanky you for your job! 🙂 I already spend few hours with unsuccessful configuring of `historyApiFallback` So I set in `union.config.js`: ``` devServer: { historyApiFallback: true,...