Updating fragments
Updating Fragments
views/
application/
_header.json.props
posts/
index.json.props
comments/
index.json.props{
pages: {
"/posts": {
data: {
header: {
email: "foo@foo.com"
}
}
},
"/comments": {
data: {
header: {
email: "foo@foo.com"
}
}
},
}
}Fragments
Creating reducers
Last updated