Hi Christopher ,
Thanks for contacting Syncfusion support.
We can bundle Syncfusion components with the browserify in React project by the following steps.
1. Create an application and then include the npm node packages.
2. Create a project directory with source and build folders. And then in the index.html file include all the Syncfusion dependent scripts and styles .
3. If you are using ES2015 for rendering, then you need not refer “react.min.js”, “react-dom.min.js” and “browser.min.js” files in index.html.
4. Then create the component under the src folder.
5. Now give the browserify commands and then build the application.
6. Finally the Syncfusion components will be bundled with browserify in React project
We have created our Autocomplete component using the Reactjs browserify for your reference below.
you can also find more information in the below getting started link.
If the provided sample does not meet your requirement, please give more information on your requirement for us to provide the solution at earliest.
Regards,
Arun P.