GithubHelp home page GithubHelp logo

Comments (3)

oorestisime avatar oorestisime commented on July 20, 2024 1

yeah obviously this would work!

from gatsby-source-instagram.

oorestisime avatar oorestisime commented on July 20, 2024

Hello,

right now no there is no way to get the posts on each request. The only plugin i know that implements this kind of logic is the gatsby-source-filesystem and it is actually using a file watcher to accomplish it when using gatsby develop.

But even if there was a way to have a watcher on gatsby develop, there is no way (that i know) to have this on a live production site since the plugins are not in your source files. I ll ask around but it seems to me that in gatsby logic there is no way to use component lifecycle for actually running plugins.

from gatsby-source-instagram.

jgoggles avatar jgoggles commented on July 20, 2024

Thanks for the response. I got it to work how I want by taking your getPublicInstagramPosts function and moving that into my component, then calling it in the component's componentDidMount (passing in the IG username). So I sort of had to "extract" your plugin and use the raw source outside of the Gatsby plugin ecosystem.

from gatsby-source-instagram.

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.