0

#09: Manage Inventory - With React

 2 years ago
source link: https://dev.to/azure/09-manage-inventory-with-react-39lc
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

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 Mgmt

Today, I'm publishing the first of a multi-part tutorial on how you can build an inventory management app with Azure Static Web Apps and React.

Read Part 1 of the Tutorial Here

In this 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.

Revisit this series page tomorrow to continue with the tutorial.


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:


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK