react-express-docker-boilerplate icon indicating copy to clipboard operation
react-express-docker-boilerplate copied to clipboard

Client side code isn't updating when I change files and I can't get an action to fire.

Open xerik25 opened this issue 6 years ago • 0 comments

Maybe this is related or maybe this should be separate issues...

When I update anything in helloWorld.js I have to manually refresh the page to see the updates. Is that as intended?

In the same file I tried adding a button that would props.changeMessage('hello') and the action never fires.

React or Redux dev tools aren't working and maybe this is because of server side rendering? Sorry for all the questions, this repo looks great I'm just having issues getting a few things to work. Any help is appreciated.

xerik25 avatar Jul 10 '18 21:07 xerik25