From a4f9c23442346f72ad9b3b8f91ac7c8e662bc078 Mon Sep 17 00:00:00 2001 From: amond Date: Sat, 28 Jan 2023 01:08:26 +0900 Subject: [PATCH] docs: add mobx_utils page --- docs/docs/guides/mobx-utils.mdx | 11 +++++++++++ docs/sidebars.js | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/docs/guides/mobx-utils.mdx diff --git a/docs/docs/guides/mobx-utils.mdx b/docs/docs/guides/mobx-utils.mdx new file mode 100644 index 000000000..d3c33a745 --- /dev/null +++ b/docs/docs/guides/mobx-utils.mdx @@ -0,0 +1,11 @@ +--- +title: MobX-utils +sidebar_label: MobX-utils {🚀} +hide_title: true +--- + + + +# MobX-utils {🚀} + +[mobx_utils](https://pub.dev/packages/mobx_utils) provides an extensive series of additional utility functions, observables and common patterns for MobX. \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index aa269c43c..3a834209c 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -28,6 +28,7 @@ module.exports = { 'guides/json-serialization', 'guides/organizing-stores', 'guides/when-does-mobx-react', + 'guides/mobx-utils', ], }, 'community',