File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ English | [简体中文](./README.md)
1313
1414| Version | Branch | Docs |
1515| --- | --- | --- |
16- | V2 | master | [ Docs] ( https://github.com/ice-lab/icestore#documents )
16+ | V2 | master | [ Docs] ( https://github.com/ice-lab/icestore#文档 )
1717| V1 | stable/1.x | [ Docs] ( https://github.com/ice-lab/icestore/tree/stable/1.x#documents )
1818
1919## Introduction
@@ -27,6 +27,13 @@ icestore is a simple and friendly state management library for React. It has the
2727
2828See the [ comparison table] ( docs/recipes.md#能力对比表 ) for more details.
2929
30+ ## Documents
31+
32+ - [ API] ( ./docs/api.md )
33+ - [ Recipes] ( ./docs/recipes.md )
34+ - [ Upgrade from V1] ( ./docs/upgrade-guidelines.md )
35+ - [ Q & A] ( ./docs/qna.md )
36+
3037## Examples
3138
3239- [ Counter] ( https://codesandbox.io/s/github/ice-lab/icestore/tree/master/examples/counter )
@@ -106,13 +113,6 @@ icestore requires React 16.8.0 or later.
106113npm install @ice/store --save
107114```
108115
109- ## Documents
110-
111- - [ API] ( ./docs/api.md )
112- - [ Recipes] ( ./docs/recipes.md )
113- - [ Upgrade from V1] ( ./docs/upgrade-guidelines.md )
114- - [ Q & A] ( ./docs/qna.md )
115-
116116## Inspiration
117117
118118icestore refines and builds upon the ideas of [ rematch] ( https://github.com/rematch/rematch ) & [ constate] ( https://github.com/diegohaz/constate ) .
Original file line number Diff line number Diff line change 1- 简体中文 | [ English] ( ./README.cn .md )
1+ 简体中文 | [ English] ( ./README.en .md )
22
33# icestore
44
1313
1414| 版本 | 代码分支 | 文档 |
1515| --- | --- | --- |
16- | V2 | master | [ Docs] ( https://github.com/ice-lab/icestore#documents )
16+ | V2 | master | [ Docs] ( https://github.com/ice-lab/icestore#文档 )
1717| V1 | stable/1.x | [ Docs] ( https://github.com/ice-lab/icestore/tree/stable/1.x#documents )
1818
19- ## 安装
19+ ## 介绍
2020
2121icestore 是面向 React 应用的、简单友好的状态管理方案。它包含以下核心特征:
2222
@@ -27,6 +27,13 @@ icestore 是面向 React 应用的、简单友好的状态管理方案。它包
2727
2828查看[ 《能力对比表》] ( docs/recipes.md#Comparison ) 了解更多细节。
2929
30+ ## 文档
31+
32+ - [ API] ( ./docs/api.md )
33+ - [ 更多技巧] ( ./docs/recipes.md )
34+ - [ 从 V1 版本升级] ( ./docs/upgrade-guidelines.md )
35+ - [ 常见问题] ( ./docs/qna.md )
36+
3037## 示例
3138
3239- [ Counter] ( https://codesandbox.io/s/github/ice-lab/icestore/tree/master/examples/counter )
@@ -101,13 +108,6 @@ ReactDOM.render(<App />, rootElement);
101108$ npm install @ice/store --save
102109```
103110
104- ## 文档
105-
106- - [ API] ( ./docs/api.md )
107- - [ 更多技巧] ( ./docs/recipes.md )
108- - [ 从 V1 版本升级] ( ./docs/upgrade-guidelines.md )
109- - [ 常见问题] ( ./docs/qna.md )
110-
111111## 灵感
112112
113113创造 icestore 的灵感来自于 [ rematch] ( https://github.com/rematch/rematch ) 和 [ constate] ( https://github.com/diegohaz/constate ) 。
You can’t perform that action at this time.
0 commit comments