React 19 is supported on Web SDK!
Installing new dependencies
All of our hook libraries have been renamed, here are the new dependencies you need to get started with Web SDK:Configuring your app
Main differences when it comes to configuration:@0xsequence/kit
->@0xsequence/connect
for authentication@0xsequence/kit
->@0xsequence/wallet-widget
for wallet UI@0xsequence/kit-checkout
->@0xsequence/checkout
- no need to manually import the
@0xsequence/design-system/styles.css
when using@0xsequence/connect
@0xsequence/connect
is compatible with@0xsequence/design-system
v2KitProvider
is nowSequenceConnectProvider
KitCheckoutProvider
is nowSequenceCheckoutProvider
KitWalletProvider
is nowSequenceWalletProvider