We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 481f087 + 78dccf1 commit 6719d55Copy full SHA for 6719d55
README.md
@@ -5190,7 +5190,7 @@
5190
Below are the main differences between Redux and MobX,
5191
5192
| Topic | Redux | MobX |
5193
- | ----- | ------- |
+ | ----- | ------- | -------
5194
| Definition| It is a javascript library for managing the application state | It is a library for reactively managing the state of your applications |
5195
| Programming | It is mainly written in ES6 | It is written in JavaScript(ES5) |
5196
| Data Store | There is only one large store exist for data storage | There is more than one store for storage |
@@ -5225,4 +5225,4 @@
5225
})
5226
// es 6
5227
const users = usersList.map(user => <li>{user.name}</li>);
5228
- ```
+ ```
0 commit comments