React SDK FAQ
Do I need to install both @imagineoai/react and @imagineoai/javascript?
Yes. The React SDK depends on the JavaScript SDK for all API calls.
How do I keep versions in sync?
Always use matching versions for both packages. See the monorepo and changesets guide for details.
Can I use the React SDK outside of React 18+?
No, it is designed for React 18 and above.
Where can I find more examples?
See the Usage & Provider Setup and Hooks Reference docs.