react-union
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.
While the lazy and Suspense work with Union, the prop-types warnings about `route.component` property are being shown in the console.
Is roadmap still actual? There are a lot of unchecked checkboxes.
As mentioned in #249, the following points should be addressed at the very least: - [ ] Add Bundle-Name to all bundles - [ ] Fix versions in `build.gradle` files...
Please add to README.md, some information for **babel-preset-react-union**. For me wasn't intuitive to instantly look into `/packages`. From **.babelrc** file it's to much magic behind it. And also https://www.npmjs.com/package/babel-preset-react-union doesn't...
There are a couple of points that I'd like to address: 1. Rename the `lib` folder to something like `utils`. 2. Move the unionConfig handling code from `utils` to a...
I think that we should be able to have a common descriptor which only applies to i.e. 3 widgets, not all of them. Imagine having these widgets in a single...
Sometimes errors are not as visually visible in cli as it should be. We should visually format at least some of the console.log calls.
Please change `Collection of tools allowing to React.js applications to run on specific server-side environments such as Content Management Systems (CMS) or Portals.` to something like `Collection of tools allowing...
union-scripts init:basic - clones `boilerplates/react-union-boilerplate-basic` and runs `yarn install`. - user should be able to customize name of the project. - other features are surely welcome