Skip to content

Commit e308c4b

Browse files
committed
add MobX & Redux
1 parent 154ecb2 commit e308c4b

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@
774774
- [draw.io is a JavaScript, client-side editor for general diagramming.](src/javascript/drawio.md)
775775
- [DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser.](src/javascript/drawdb.md)
776776
- [Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more.](src/javascript/ApolloClient.md)
777+
- [MobX -- Simple, scalable state management.](src/javascript/MobX.md)
778+
- [Redux -- A JS library for predictable global state management](src/javascript/Redux.md)
777779
12. [TypeScript](src/TypeScript/README.md)
778780
- [TypeScript简介](src/TypeScript/basic.md)
779781
- [JavaScript、TypeScript、ES6三者之间的联系和区别](src/TypeScript/es6.md)

src/javascript/MobX.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## MobX -- Simple, scalable state management.
2+
- https://github.com/mobxjs/mobx

src/javascript/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
- [tilt - A smooth 3D tilt javascript library.](tilt.md)
2020
- [draw.io is a JavaScript, client-side editor for general diagramming.](drawio.md)
2121
- [DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser.](drawdb.md)
22-
- [Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more.](ApolloClient.md)
22+
- [Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more.](ApolloClient.md)
23+
- [MobX -- Simple, scalable state management.](MobX.md)
24+
- [Redux -- A JS library for predictable global state management](Redux.md)

src/javascript/Redux.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Redux -- A JS library for predictable global state management
2+
- https://github.com/reduxjs/redux

0 commit comments

Comments
 (0)