Resources added for MobX (#1041)

pull/1657/head
Archit Sharma 3 years ago committed by GitHub
parent 146f4f5c16
commit e52c3f83c1
  1. 9
      content/roadmaps/100-frontend/content/111-pick-a-framework/100-react-js/101-mobx.md

@ -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>

Loading…
Cancel
Save