Skip to content

Commit 6719d55

Browse files
authored
Merge pull request sudheerj#27 from zxhycxq/master
Markdown Syntax
2 parents 481f087 + 78dccf1 commit 6719d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5190,7 +5190,7 @@
51905190
Below are the main differences between Redux and MobX,
51915191
51925192
| Topic | Redux | MobX |
5193-
| ----- | ------- |
5193+
| ----- | ------- | -------
51945194
| Definition| It is a javascript library for managing the application state | It is a library for reactively managing the state of your applications |
51955195
| Programming | It is mainly written in ES6 | It is written in JavaScript(ES5) |
51965196
| Data Store | There is only one large store exist for data storage | There is more than one store for storage |
@@ -5225,4 +5225,4 @@
52255225
})
52265226
// es 6
52275227
const users = usersList.map(user => <li>{user.name}</li>);
5228-
```
5228+
```

0 commit comments

Comments
 (0)