The progress and celebration of owning all songs from BRÜTAL LEGEND up to 1990 on vinyl, written in React, TypeScript and Redux
Find a file
Anders Ytterström 3d06ff065d Sort albums by year, artist or id
* 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.
2018-11-21 14:58:11 +01:00
assets Initial Commit 2018-11-21 14:57:00 +01:00
src Sort albums by year, artist or id 2018-11-21 14:58:11 +01:00
.babelrc Initial Commit 2018-11-21 14:57:00 +01:00
.gitignore Initial Commit 2018-11-21 14:57:00 +01:00
.npmrc Initial Commit 2018-11-21 14:57:00 +01:00
index.html Initial Commit 2018-11-21 14:57:00 +01:00
package-lock.json Initial Commit 2018-11-21 14:57:00 +01:00
package.json Initial Commit 2018-11-21 14:57:00 +01:00
webpack.config.js Initial Commit 2018-11-21 14:57:00 +01:00