Giter VIP home page Giter VIP logo

Comments (8)

krishnasaga avatar krishnasaga commented on May 28, 2024

@veloware I came across the same problem and solved very similar approach as you mentioned.
I think you can create a pull request with this change so it can be reviewed ?

from use-http.

alon-green avatar alon-green commented on May 28, 2024

@veloware how can you access the globalOptions?

from use-http.

veloware avatar veloware commented on May 28, 2024

@alon-green there is a 2nd arg you can pass to useFetch as a callback, its the first arg of that callback, e.g. -

useFetch(url, (globalOptions) => ({
   ...
    interceptors: {
      request: async ({ options }) => {
        globalOptions.interceptors?.request?.({ options });
        ...

from use-http.

alon-green avatar alon-green commented on May 28, 2024

@veloware thanks for the answer, but I already pass options in the useFetch, in nested hook, I need access to the option of the provider

from use-http.

veloware avatar veloware commented on May 28, 2024

in the case above though, the globalOptions is not passed to the callback, it's provided by the callback. Those will be the options that were set at the <Provider options={xxx}> level

from use-http.

alon-green avatar alon-green commented on May 28, 2024

But I can't access the provider, can't I take it from the context or something?

from use-http.

krishnasaga avatar krishnasaga commented on May 28, 2024

@veloware Let me try to create a CodesandBox of this

from use-http.

krishnasaga avatar krishnasaga commented on May 28, 2024

@alon-green here is the CodeSandbox https://codesandbox.io/s/usefetch-use-http-todo-list-app-managed-state-forked-x1ru0p?file=/src/index.js. If this code sandbox is clarifying solution to your problem or still, it is a problem. now you can modify the code sandbox to help us to understand better. hopefully we can solve it.

@veloware

from use-http.

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.