Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MobX Quick Start Guide

You're reading from  MobX Quick Start Guide

Product type Book
Published in Jul 2018
Publisher Packt
ISBN-13 9781789344837
Pages 236 pages
Edition 1st Edition
Languages
Authors (2):
Pavan Podila Pavan Podila
Profile icon Pavan Podila
Michel Weststrate Michel Weststrate
Profile icon Michel Weststrate
View More author details
Toc

Direct manipulation with the object API


When deciding on the data structures for your observable state, your natural choice should be to reach out for observable.object(), observable.array(), observable.map()observable.box(), or to use the convenient observable() API. Manipulating these data structures is as simple as mutating the properties directly or adding and removing elements as needed.

MobX gives you yet another way to surgically make changes to your data structures. It exposes a granular object API that can mutate these data structures at runtime. In fact, it gives you some capabilities that are not even possible with the original data structures. For example, adding new properties to observable objects and also keeping it reactive.  

Granular reads and writes

The object API is focused on giving you granular control over the observable properties of top-level data structures: objects, arrays, and maps. In doing so, they continue to play well with the MobX reactive system and ensure...

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