Going Jamstack with React, Serverless, and Airtable

1 · CSS-Tricks · Aug. 27, 2020, 3:20 p.m.
The best way to learn is to build. Let’s learn about this hot new buzzword, Jamstack, by building a site with React, Netlify (Serverless) Functions, and Airtable. One of the ingredients of Jamstack is static hosting, but that doesn’t mean everything on the site has to be static. In fact, we’re going to build an app with full-on CRUD capability, just like a tutorial for any web technology with more traditional server-side access might. Why these technologies, you… Read article “Going Jamstack wi...