Severe security problems, and it is not needed since it only is used locally.
Here, it is replaced by a watch script, and relative paths to assets and resources so that index.html can be viewed directly in the browser instead of via a dev server.
Also, some minor production preparing stuffs (hiding elements not yet ready) and some ugly white space inconsistecy fixes.
* The store gets a sort key.
* Action creators and actions are added to set sort key.
* A component is added which dispatches a reducer to update the state.
* Album list get the sort key from the state and sort albums on render.
React app with Redux state, mostly based around the todo example in the
Redux documentation.
It's a list of items (albums) which can be filtered by a string.
* A list of albums that is mapped from state to props.
* A filter input is controlled by redux state.