KokkieH / random-quote-spa

Single-page web app for a random quote generator
0 stars 0 forks source link

Kick-off "Thus wrote the Bard…" SPA #1

Open tgglv opened 2 years ago

tgglv commented 2 years ago

This issue contains starter articles to continue development of Single Page Application.

General Scheme (created in https://www.websequencediagrams.com/)

image
title Thus wrote the Bard SPA
SPA->REST\nAPI: Get a quote
REST\nAPI->External\nResource: Get a quote
External\nResource-->REST\nAPI: The quote
REST\nAPI-->SPA: The quote

REST API Handbook (just for the reference, we have already used it)

Create React App (Node application to create Reacts apps fast and easy).

An article about embedding React apps into WordPress.

TODOs:

KokkieH commented 2 years ago

Moving this to a new repository I created for this project.