pioneers / dawn

The student user interface for interacting with PiE robotics
5 stars 1 forks source link

Research alternatives to Redux state management #90

Closed ewc340 closed 2 years ago

ewc340 commented 3 years ago

Currently we are using Redux but there is a lot of boilerplate and is just hard for beginners to learn in general, we should consider checking if we can reduce the amount of boilerplate somehow or move to another state management library.

Current state management library we are using:

Some alternatives:

Overall factors to consider for the new library are ideally being able to refactor from our existing codebase as easily as possible and simplicity in using and learning the library.

uthmanmomen13 commented 2 years ago

Found MobX