Ryan Harris
Ryan Harris
@ecwyne Thanks for the note 👍 I've actually been thinking about that as well. When I refactored `useDatabase` to be `useFaunaClient` I was considering changing the former to provide some...
> I definitely think it's possible to make it so that you can pass different client parameters to different sub-trees and merge them with the configurations from parent providers. >...
> I would suggest having a `useFaunaClient` hook that uses the configuration options provided in context to create the `Client` instance. It would not be possible to merge configurations if...