Y
Y
yankoyski2019-04-26 15:18:14
JavaScript
yankoyski, 2019-04-26 15:18:14

React context API vs mobX?

What are the benefits of mobX over the React context API?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2019-04-26
@yankoyski

MobX is a library for managing application state.
The React Context API is an interface for passing data down the component tree.
There are no advantages, since the tools have different tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question