|
32 | 32 |
|
33 | 33 | ##TODO
|
34 | 34 |
|
35 |
| --[ ] Docrator -> ThemeWrapper |
36 |
| --[ ] u_panel -> shell |
37 | 35 | -[ ] Component -> PureComponent
|
38 | 36 | -[ ] Offline Plugin[example](https://insight.io/github.com/Sly777/ran/blob/master/next.config.js?source=0)
|
| 37 | +-[ ] Cache SSR pages in[server.js](https://github.com/zeit/next.js/blob/master/examples/ssr-caching/server.js) |
39 | 38 | -[ ] use header section footer main ... html tags
|
40 | 39 | -[ ] common suggestion error display
|
41 | 40 | -[ ] make Doraemon ^x could cycle
|
42 | 41 | -[ ] header
|
43 | 42 | -[ ] head for every page,[example](https://github.com/zeit/next.js/blob/master/examples/head-elements/pages/index.js)
|
44 | 43 | -[ ] a layout[example](https://github.com/zeit/next.js/blob/master/examples/layout-component/components/layout.js)
|
45 |
| --[ ] Cache SSR pages in[server.js](https://github.com/zeit/next.js/blob/master/examples/ssr-caching/server.js) |
46 | 44 | -[ ] use Rxdb to store state in browser,[see](https://github.com/mobxjs/mobx-state-tree/blob/a0916791768637665a56bc2720ec0a081d4d148f/packages/mst-example-todomvc/src/index.js)
|
47 | 45 | -[ ] 使用 Github Rest/GraphQl api 摸索数据层方案
|
48 | 46 | -[ ][主页弄给](https://github.com/Sly777/ran)
|
|
53 | 51 | -[ ] docs introduction / file-structure / theme / debug / generator / testing ... see[this](https://github.com/react-boilerplate/react-boilerplate/tree/master/docs)
|
54 | 52 | -[ ][防嵌套网页](https://segmentfault.com/a/1190000004502619)
|
55 | 53 | -[ ][devdocs 的离线缓存怎么做的?](https://devdocs.io/) 弄一个呗
|
| 54 | +-[x] Docrator -> ThemeWrapper |
| 55 | +-[x] u_panel -> shell |
56 | 56 | -[x] Big Bug ---> svg switch
|
57 | 57 | -[x] navbar
|
58 | 58 | -[x]*sync route info to store*
|
|