React & REST API: Get Data From a Web Database!

Опубликовано: 21 Май 2026
на канале: Kintone Developer Program
166
5

This is the recording of the April 29 React Workshop.

Let's create a front-end React Component that can access the contents of a 3rd party Web Database service using Express as a proxy.

Code & Slide:
http://bit.ly/KDP_REACT​

00:00:00​ Hello
00:08:04​ Main Concepts
00:14:42​ Get Started
00:19:04​ Live Coding Start
00:21:01​ Random User API
00:23:50​ Promise in React? No!
00:27:30​ State Hooks
00:34:40​ xkcd API & CORS Errors
00:37:25​ Express Server Setup
00:45:37​ What is Kintone?
00:54:19​ Build a Kintone App & API Token
00:58:10​ Server.JS & Kintone API
01:05:11​ Hide API Token
01:09:19​ Wrap Up