/nwb-react-fetch-example

NWB + React + Fetch Example Application

Primary LanguageJavaScript

Web Development Podcasts Example Application

A simple react application using NWB and Fetch to display a list of web development podcasts from a json file.

The podcasts list is from the github repo ryanburgess/web-development-podcasts

Background

This app was created to test out the native FetchAPI

Requirements

Setup

  • Install NWB
  • Run npm i to install any dependencies
  • Run development server with nwb serve --auto-install --reload
  • Open http://localhost:3000 in your web browser of choice