January 4, 2022

How To Use HarperDB Custom Functions With Your React App.

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents
  1. Create a new React app using Create React App.
  2. Install required dependencies.
  3. Set up basic project structure with Tasks, TaskList, and TaskSearch components.
  4. Use axios to interact with HarperDB API for CRUD operations.
  5. Create API endpoints in HarperDB Custom Functions for task operations.
  6. Deploy and host static web UI with endpoint URLs.
  7. Implement custom validation using JWT in Custom Functions helpers.
  8. Restart Custom Functions server for changes to take effect.