Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.65 KB

about-this-documentation.md

File metadata and controls

50 lines (30 loc) · 2.65 KB
title sidebar_label hide_title
About this documentation
About this documentation
true
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBD4KQ7&placement=mobxjsorg" id="_carbonads_js"></script>

About this documentation

It follows the principle that the most commonly used concepts are introduced before specialized information. This applies to the headings in the table of concepts as well as the pages under those headings.

We've marked the sections and concepts that are more advanced with the {🚀} marker. You likely won't have to understand them until you will have a special use case, and can use MobX very effectively without knowing about them. Feel free to skip them and move on to the next section!

The documentation has been rewritten for MobX 6. For older versions of MobX, it can be found here. All the principles are the same, and the API is largely the same. The main difference is that before MobX 6, decorators were the recommended syntax to write MobX enhanced classes.

A summary of the documentation can be downloaded as cheat sheet:

Guided tour

To get an overall idea of how to use MobX with React, read through the current Introduction heading, in particular The gist of MobX section. It will introduce you to the most important principles, APIs and how they relate. You should be ready to use MobX once you read this!

Here are a few suggestions about the next things to check out:

This should give you a good understanding of the day-to-day uses of MobX. There is plenty more available for you to read at your own leisure.