Hacker News new | ask | show | jobs
by thamizhan2611 2984 days ago
Author here: We had implemented this using redux before and then moved to the new context API. This pattern of passing user information in a standard way is very cool for reusability.
1 comments

This is exactly what I was looking for. I was getting tired of passing user data around manually since I was using Firebase auth.

Now I want to switch from Vue back to React 16.