Hi,
I am looking for some advice and tips whether my usecase is better to use the SDK or API for my React Application.
Without going into full details, my company creates React based applications for our kiosks. Lately, I have been investigating into CMS systems such as Directus, which is the best and my favorite so far.
Our React App Kiosks are offline first built, however that brings issues with integrating a CMS system.
That being said, does the SDK offer anything special when it comes to offline compatibilty and persistance? Or should i simply stick to using the API method and create persistance and methods myself?
Thank you!