Articles
React SDK Implementation Guide
This documentation guides you through setting up and implementing the React SDK. Prerequisites You must have Node and Yarn installed to set up this SDK. Refer to the installation instructions for Node and Yarn for more information. Installi...
React SDK Readme
This SDK enables easy communication with Engine API and can be used by any application which is built using React frameworks. The SDK consists of three packages: React Native : For applications using the React Native framework Web : For ap...
React Web Event Code Samples
The following events are available to use. Metadata Event Imports LanguageData from @kibo-personalization-js-sdk/common . interface LanguageData {
language: string;
} Example usage: import React,
{
useEffect
}
from 'react...
React Native Event Code Samples
The following events are available to use. Metadata Event Imports LanguageData from @kibo-personalization-js-sdk/common . interface LanguageData {
language: string;
} Example usage: import React,
{
useEffect
}
from 'react...