Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
MobX Quick Start Guide

You're reading from   MobX Quick Start Guide Supercharge the client state in your React apps with MobX

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789344837
Length 236 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
 Podila Podila
Author Profile Icon Podila
Podila
 Weststrate Weststrate
Author Profile Icon Weststrate
Weststrate
Arrow right icon
View More author details
Toc

Summary


Once you make the broad cuts on the observable state, it is time to tailor it further with the observable decorators. This gives you better control of the observability and improves the performance of the MobX reactivity system. We have seen two different ways of doing this: one with the @decorator syntax and the other using the decorate() API.

It is also possible to add new observable properties on the fly with extendObservable(). In fact, you can even add new actions and computed properties with extendObservable().

Observable State = Core State + Derived State

The core state and the derived state are two aspects of the observable state in MobX. This is easy to model with classes and decorators, as shown in the preceding sections. Once you identify the vocabulary of your feature, they become the class names that encapsulate the observable state. To handle the complexity of the feature, you can break it into smaller classes and compose them in the feature store. These feature stores...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images