Jamstack: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "What is it? JAM = JavaScript + API + Markup You develop the front end app, and the back end lives somewhere as a service. For me it means this: # Write code. # Test it loc..."
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
What is it?
JAM = JavaScript + API + Markup


JAM = JavaScript + API + Markup
== What is it? ==


You develop the front end app,
You develop the front end app,
Line 12: Line 12:
# To deploy, push to git.
# To deploy, push to git.


Who supports it?
=== Who supports it? ===


* Netlify
* Netlify
* Cloudflare
* Cloudflare
* Vercel
* Vercel
You can use your own backend of course, but what's the fun of that? Well, ease of deployment, ease of updates, and security.
In my case I work for a county and I can't just throw any app out onto a freemium service provider without due consideration for stability and data privacy.


== Resources ==
== Resources ==


Jamstack conference
Jamstack conference

Revision as of 20:53, 28 January 2022

JAM = JavaScript + API + Markup

What is it?

You develop the front end app, and the back end lives somewhere as a service.

For me it means this:

  1. Write code.
  2. Test it locally.
  3. To deploy, push to git.

Who supports it?

  • Netlify
  • Cloudflare
  • Vercel

You can use your own backend of course, but what's the fun of that? Well, ease of deployment, ease of updates, and security.

In my case I work for a county and I can't just throw any app out onto a freemium service provider without due consideration for stability and data privacy.

Resources

Jamstack conference