Questions about MobX. #2968
Unanswered
maartenvanhaerenPXL
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For my bachelor IT thesis, I am researching and comparing various state managers within React-Native (Hooks, MobX and Redux). I was hoping some of you could answer the following questions about MobX:
a. Was the logic immediately clear ?
b. Did enforcing the rules cause implementation problems?
c. was the code clear and well-arranged?
a. was it easy to share the dynamic data between components without prop drilling ?
b. does the state manager's logic remain as clear or did it become clearer or less clear?
c. does a lot of code need to be added to allow the state manager to grow with it?
d. did you have to use custom objects or functions for the state manager and how did this go? (readability, logic, amount of code)
e. does the code remain easy to read and clear?
f. how did the linking to the api calls go ?
i. did this require a lot of extra code?
ii. did this cause unexpected errors or side effects in the application?
g. did performance issues arise?
i. is the volume of data a limitation ?
ii. is the size of the application a limitation ?
iii. did the application become less performant when the state manager grew?
a. your experience with react native and state managers
b. your job title
c. your company
This would help me immensely, thanks in advance
Maarten Vanhaeren
Beta Was this translation helpful? Give feedback.
All reactions