March 30, 2022

Building a collection of Tech Blogs using React JS and HarperDB

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents
  1. Create a HarperDB Studio account at studio.harperdb.io.
  2. Create a cloud instance with preferred details.
  3. Inside the instance, create a "collection" schema and a "blogs" table to hold the blog data.
  4. Use JSON objects to add blog data to the "blogs" table.
  5. Enable Custom Functions in HarperDB Studio and create API endpoints for the app.
  6. Fetch and display blog data in a React app using useState and useEffect hooks.
  7. Implement dynamic routing to view blogs based on selected tags.