DEV Community

Cover image for #09: Manage Inventory - With React
Nitya Narasimhan, Ph.D for Microsoft Azure

Posted on • Edited on • Originally published at azurestaticwebapps.dev

5

#09: Manage Inventory - With React

Welcome to Week 2, Day 2 of #30DaysOfSWA!!

Yesterday we looked at using a static site builder (namely Astro) to create a personal blog and host it with Azure Static Web Apps. Over the next two days, we switch gears and look at using Azure Static Web Apps with some popular front-end frameworks - starting today with React.

What We'll Cover

  • Why Learn React?
  • React + SWA: Quickstart
  • Build: Inventory Management App
  • Exercise: Build & Deploy a basic React SWA.

Why Learn React?

React describes itself as a JavaScript library for building user interfaces that targets single-page application (SPA) development with a declarative and component-based approach. Today, it's one of the most popular technologies used for web development, leading the 2021 rising stars of JavaScript section for front-end frameworks. Whether you're new to web development, or an experienced developer, it's a technology worth learning.

New to React? Here are a couple of resources:


SWA Quickstart

Once you have a simple React application scaffolded, configuring it to use Azure Static Web Apps is easy. In week 1, we covered the three different approaches (using Visual Studio Code, using Azure Portal, using Azure CLI) to build and deploy a vanillaJS app.

Want to try building and deploying a basic React starter app? The Azure Static Web Apps documentation has Quickstarts to help!

The following tutorials use the react-basic starter template bootstrapped using create-react-app. Pick an option based on your preferred development environment:

This should help you setup and validate the basic tooling required for developing Azure Static Web Apps. Now, let's think about building something a little more functional!


Inventory Management

Today, I'm publishing the first of a multi-part series on building an inventory management app with Azure Static Web Apps and React.

Follow the full swa-react series here

In the first-part of the tutorial you'll learn about:

  • Options to scaffold your React App
  • Use the Snowpack option to scaffold your project
  • Use VS Code to configure & deploy the app to SWA.

Check out the deployed SWA at this stage of the tutorial. In the next part of the series, we'll improve UI and add routing support.


Exercise: Try It!

This is the perfect time to make sure you have your development environment setup and ready to follow along. Try the quickstart option, then follow along with the tutorial series.


Resources

Here are the key resources we shared in this article:

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay