Skip to content

Commit b452787

Browse files
committed
docs: add mobx_utils page
1 parent dc14b4c commit b452787

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/docs/guides/mobx-utils.mdx

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: MobX-utils
3+
sidebar_label: MobX-utils {🚀}
4+
hide_title: true
5+
---
6+
7+
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBD4KQ7&placement=mobxjsorg" id="_carbonads_js"></script>
8+
9+
# MobX-utils {🚀}
10+
11+
[mobx_utils](https://pub.dev/packages/mobx_utils) provides an extensive series of additional utility functions, observables and common patterns for MobX.

docs/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
'guides/json-serialization',
2929
'guides/organizing-stores',
3030
'guides/when-does-mobx-react',
31+
'guides/mobx-utils',
3132
],
3233
},
3334
'community',

0 commit comments

Comments
 (0)