Here are couple resources on connecting Kintone to a React app:
This series of articles goes over how to set up a React app and Express server to access data stored in Kintone!
- How to render responses
- How to overcome CORS errors
- How to get data from a Web Database
- How to render a list from a JSON response
- How to add data to a Web Database
Full on step-by-step guide on building out a React App using Kintone Web Database as the backend:
- Video: React & REST API: GET & POST to a Web Database - July Workshop
- Article + Code: 00_React_Workshop_v2.md
Here is a Webpack setup to compile a React-based customization for a Kintone Database
Here is a code & workshop tutorial going over creating a dynamically updating search bar with React and have it search through the contents of a Web Database.