Introduction
Even thought with the Javascript library would be enough to implement Vocale in any React app, we decided to wrap it around a Context and a few hooks to make it easy for any developer to integrate voice support to any react app with just a few lines.
- 🧪 Pure JavaScript & React:
The library is written in pure JavaScript, making it compatible and easy to use in any React project, you won't have any conflicting libraries and the package size is as small as we could make it!
- 🧪 Customization and Flexibility:
Similar to our pure js library, this React lib is highly flexible, we have just wrapped everything up within a Context and a few hooks so you don't have to do it!
Next Steps
- Read the basic usage guide to learn more about integrating your app with Vocale.ai.
- Read the API Reference to understand Vocale.ai React library interface.