choo: add href / history handling

This commit is contained in:
Yoshua Wuyts
2016-05-12 14:45:20 +07:00
parent 049d8f0cee
commit 53a1e6026a
4 changed files with 61 additions and 34 deletions
+15
View File
@@ -0,0 +1,15 @@
module.exports = {
state: {
messages: [
{
id: 4,
subject: 'Should I use Ember',
from: 'user@example.com',
to: 'tomster@emberjs.com',
date: new Date(),
body: 'Ember looks pretty good, should I use it?'
}
]
},
reducers: { }
}