Fetching Yelp API via Netlify Function with React.js [pt. 3]

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • react-router

    Declarative routing for React

  • Official documentation with plenty of code examples is provided by React Training, company that stands behind React Router library.

  • history

    Manage session history with JavaScript

  • Basic purpose of using the history object is well explained in React Router DOM tutorial (published 2020-05-11, recording duration 17:57, starting at 1:48) by Mauricio Leal. I used it to programmatically change the route by pushing in it a query string which is based on the Yelp API guidelines.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • query-string

    Parse and stringify URL query strings

  • To continue, I need to install query-string package. I figured out how to use it from How to store data in the URL query string using React Router tutorial (published 2020-05-12, recording duration 8:01) by Frederik Diekmann. Official docs are also helpful.

  • fetching-yelp-api

    Discontinued Fetching Yelp API via Netlify Function with React.js

  • Complete repo from this blog entry is uploaded on my GitHub.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts