react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
A starter boilerplate for a universal webapp using react, redux, express and feathers
## The devDependency [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) was updated from `2.0.2` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## Version **3.0.0** of [bootstrap-loader](https://github.com/shakacode/bootstrap-loader) was just published. Dependency bootstrap-loader Current Version 2.2.0 Type devDependency The version **3.0.0** is **not covered** by your **current version range**. If you don’t accept...
Hi all, I don't understand how the hot-reload mechanism works. When I use Chrome in normal mode any changes to the visual aspect (.scss files) or the business logic (I...
Bit of a noob question but I'm trying to clear part of the app state and the persist store when the user logs out (clear the user-specific app state) I...
As outlined in [the roadmap](https://github.com/bertho-zero/react-redux-universal-hot-example/blob/master/docs/InlineStyles.md), we should implement inline styles. [LogRocket's comparison](https://blog.logrocket.com/the-best-react-inline-style-libraries-comparing-radium-aphrodite-emotion-849ef148c473) seems like a relatively recent and thorough comparison.
Can you explain how the serviceworker works and generated in this boilerplate? Thanks.
Is it just me? Or is the HMR not functional for anyone else? This is a clean build of the master branch - Attempting to change any text on any...
if in the app.js no check the cookie got a error this Cookie: req.get('cookie') need change for Cookie: req.get('cookie') || '', i dont know if this is a good solution
Default Loader throughout the project React loadable at one place Clean code
Hi @bertho-zero how are you I hope fine, We have a problem with the new implemention of cookie redux Storage, the ssr server lost the cookie and the token after...