Resources added for MobX (#1041)

This commit is contained in:
Archit Sharma
2022-01-23 00:27:12 +07:00
committed by GitHub
parent ce4e5a21a0
commit fd8ba60b02

View File

@ -1 +1,8 @@
# Mobx
# MobX
MobX is an open source state management tool. MobX, a simple, scalable, and standalone state management library, follows functional reactive programming (FRP) implementation and prevents inconsistent state by ensuring that all derivations are performed automatically.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://mobx.js.org/'>MobX Official Website</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=WQQq1QbYlAw'>Intro to MobX Tutorial</BadgeLink>