Comment on Show HN: Redux-undo-boilerplate – with hot reloading and error handlingComments−nchelluri10yI'm afraid I have no idea what I'm looking at...−omnidanOP10yIt's a boilerplate for a project that uses react (https://facebook.github.io/react/), redux (https://rackt.github.io/redux/) and redux-undo (https://github.com/omnidan/redux-undo).I've configured it so that it uses hot reloading (only refresh the parts of the web app that changed) plugins that also show the error in the browser while you're developing.Does that clear it up a bit? :)−nchelluri10yIt does; thank you.I am still not entirely sure what all of those technologies do, but I read the blurbs, and have a very basic understanding.
Comments
I'm afraid I have no idea what I'm looking at...
It's a boilerplate for a project that uses react (https://facebook.github.io/react/), redux (https://rackt.github.io/redux/) and redux-undo (https://github.com/omnidan/redux-undo).
I've configured it so that it uses hot reloading (only refresh the parts of the web app that changed) plugins that also show the error in the browser while you're developing.
Does that clear it up a bit? :)
It does; thank you.
I am still not entirely sure what all of those technologies do, but I read the blurbs, and have a very basic understanding.