DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to Use HarperDB Instance With React Hooks

4 years ago amanhimself.dev

Summary: This is a summary of an article originally published by the source. Read the full original article here →

HarperDB Cloud is a database service that supports both SQL and NoSQL queries for CRUD operations. It needs minimal configuration to get started and its realm is not only limited to build REST APIs with a server-side technology such as Node.js. HarperDB offers a way to access the database cloud instance directly in your client-side application.

In this post, let's take a look at how we configure a HarperDB Cloud database instance and fetch the data by querying the database within a Reactjs app.

The objective of this post was to introduce you to the useHarperDB hook and how to integrate it into a React app to fetch the data from a database hosted in the cloud.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com