Multiple/Shared clients.
Pre-release
Pre-release
·
31 commits
to master
since this release
Advanced: Instantiate multiple/shared SDK clients
We also support multiple clients instantiation as described in the Split.io documentation.
All you need to do is wrap your Split component with SplitClient passing key and optionally trafficType like so:
<SplitClient key="myKey" trafficType="...">
<Split name="...">
</SplitClient>