Code Monkey home page Code Monkey logo

Comments (5)

verythorough avatar verythorough commented on June 25, 2024

This doesn't sound like a consequence of the "JAM stack", but as a side effect of connecting your local environment to an external API, hence not having the whole project.

The idea here is that when you use a JAMstack approach, you no longer have to have the whole project running locally. This could be because you're connecting locally to an external API, or it could be that you're working with files that are stored directly in the repo, rather than in a DB.

Contrast this with a frontend developer making changes to a WordPress theme or Rails app. In both of those cases, even after installing and running a local LAMP or Rails server, the developer can't see their changes on actual content without either creating a dummy DB with sample content, or cloning the actual DB. This step is unnecessary with a JAMstack approach.

Of course, the frontend is only half the story. If a JAMstack project connects to a backend API, then a backend developer contributing to that side of things would of course need to do a local install of whatever powers that API. However, the backend code is in a completely different project from the frontend, and the install again is simpler.

The key is that the component parts are decoupled, so contributors to one part don't need to install all the parts for local testing and development.

from jamstack.org.

 avatar commented on June 25, 2024

I use a BaaS approach with Serverless and check my API in with my front-end code, FYI

from jamstack.org.

verythorough avatar verythorough commented on June 25, 2024

Oops, I didn't mean to close this! I do a lot of work in Intercom, and in that, my default action is to "close and comment." Sometimes muscle memory kicks in over here! 😬

from jamstack.org.

verythorough avatar verythorough commented on June 25, 2024

@jhabdas In your approach, I would say that AWS Lambda and the Serverless framework would be the separate "backend" projects in that case.

from jamstack.org.

 avatar commented on June 25, 2024

I suppose that depends on how one defines separate. Here's an example Serverless service checked in alongside a Jekyll repo. Tomato tomato. 😜

from jamstack.org.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.