LiveLists
React sdk is is a wrapper over JS-core which allows you to integrate the library into React even faster.
It contains a set of hooks that initialize classes from JS-core library, then subscribes to updates by callback api and return renewing state. Also this hooks return methods from JS-core classes.
Also in this package are the react components. They are designed to receive props from React SDK hooks.
As a result, you can combine data from hooks and ready-made components, or use data from hooks with your own components