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

A starter kit for universal react applications.

Results 60 react-universally issues
Sort by recently updated
recently updated
newest added

It is not possible to use React Context with this lib: https://github.com/ctrlplusb/react-tree-walker/issues/40 I think it is irresponsible to include a valid discouraging disclaimer on one of the dependencies of this...

when I import any css file from a third-party module like this `import 'react-tippy/dist/tippy.css'` at `src/App.tsx` or `client/index.js` it doesn't get loaded in the HTML page. I didn't change the...

Does anyone have problems getting `splitChunks` to work? I have upgraded webpack to 4.28.1, tried many things but end up with just a large `index` and `vendor` bundle. I use...

Hey, If disableSSR = true, changing code will still trigger a hot reload and server restart, since it will only affect the express servers response, not the server bundle building....

bug
enhancement

Currently, renderToString is being used to generate the app before passing it to renderToNodeStream. This instead passes the App down the tree as a react component so (theoretically) it can...

This solves the requires at least version 4 of Node error when using node v10/v11

Hello ! Thanks for this awesome project ! Just a small PR to use babel 7 :) :tada: Also, removed 'transform-react-jsx-xxx' plugins, since they are used when using the development...

Hi Guys, Came across this project as I am beginning my journey to Universal React App. This project seems a very comprehensive and very well documented application hence, Hoping to...

Adding the following snippet in confFactory.js is causing errors in index.js ifDev({ test: /\.(js|jsx)$/, exclude: /node_modules/, enforce: 'pre', use : { loader: 'eslint-loader', options: { fix: true } } }...

#### Issue `index` chunk hash does not change if any of the children chunks content changes. #### Steps to reproduce 1. `yarn run build` on master branch. 2. Save the...