DEV Community

Discussion on: Firebase React Authentication Tutorial For Beginners - Private Route With Hooks

Collapse
 
bobmacneal profile image
Bob MacNeal

Very clean. Thank you. I particularly like the lightweight use of React.useContext which makes the currentUser available to every child component wrapped by AuthProvider thus negating the burdensome boilerplate needed using React Redux.

Collapse
 
satansdeer profile image
Maksim Ivanov

Thanks