react-express-docker-boilerplate
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.
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.