I have been studying about JAMstack. As far as I understand JAMstack means:
- J - JavaScript
- A - API
- M - Markup
I have two questions:
I'm actually not clear about the Markup here. Is it pre-rendered markup (i.e, pre-rendered HTML)?
Our office project is developed in React and external APIs. Since the project is developed with JavaScript (React) and APIs and we know that React delivers the pre-rendered chunk from the server, then is it JAMstack?