git ssb

2+

mixmix / ticktack



Commit 79c8796e928e27d43251c3e9aea06e697fa93eb3

leave notes about how to upgrade blogIndex

mix irving committed on 11/28/2017, 1:58:37 AM
Parent: dfa8dcc1b8dc80fea753df44f2c9faa9c5eb88ef

Files changed

app/page/blogIndex.jschanged
app/page/blogIndex.jsView
@@ -30,8 +30,13 @@
3030 const type = msg.value.content.type
3131 return type === 'post' || type === 'blog'
3232 })
3333 ),
34+ // FUTURE : if we need better perf, we can add a persistent cache. At the moment this page is fast enough though.
35+ // See implementation of app.html.context for example
36+ // store: recentMsgCache,
37+ // updateTop: updateRecentMsgCache,
38+ // updateBottom: updateRecentMsgCache,
3439 render
3540 })
3641
3742 return h('Page -blogIndex', {title: strings.home}, [

Built with git-ssb-web