Is it okay to use redux in a meteor project targeted at mobile?

I’m sorry if this is a dumb question.

I just got a grasp of redux by taking a course on udacity and completing the required project a few days ago.

I’m currently working on a meteor project targeted at mobile platforms. I currently use withTracker to pass subscription data to my react containers. I really like the flow of redux and I want to integrate it into my project.

I would like to know if there is any guide of some sort about managing meteor subscriptions and data with react and any advice that might be useful as I go about this task.

All contributions are highly appreciated.

Thanks.

1 Like