Session within components
Should I be passing the session from my page down to my components or using the useSession() hook within my component. What is the standard or best practice of doing this?
1 Reply
one of hook points is to abstract code
so yeah, its fine to use useSession