community-platform
community-platform copied to clipboard
[New Feature] Question module
This item needs to be scoped out and ideally split into a collection of tasks that can be done in parallel.
As this is the first time in a while we've introduced a net new primitive it is an interesting opportunity to revisit how we load data from the Firebase data layer into our application. At the moment we use a combination of RxJS and Mobx to provide this behaviour.
These foundations haven't changed in ~3 years, lets check in and see if there is an alternative which:
- Is easier to reason with
- Reduces the number of external dependencies
- AND does not remove the reactivity we get from Firebase.