Giter Club home page Giter Club logo

Comments (6)

techniq avatar techniq commented on July 20, 2024

from react-fetch-component.

mnpenner avatar mnpenner commented on July 20, 2024

Oh...yeah, okay, I get it. Fair enough.

from react-fetch-component.

techniq avatar techniq commented on July 20, 2024

from react-fetch-component.

mnpenner avatar mnpenner commented on July 20, 2024

I agree. Bump the major ver and do that 😄 It might cause some confusion though if the loading behaviour changes depending on whether or not manual is set. It'd have to be well-documented.

I personally don't like the the extra render or the fact that I have to do additional checks, so I'm all for initializing loading to true. I understand that the HTTP request hasn't been kicked off yet, but from the UI perspective I just don't care if you tell me a lie 😛

from react-fetch-component.

techniq avatar techniq commented on July 20, 2024

@mnpenner Deployed as 7.0.0. loading will now be defaulted to true unless manual is set to true.

This will not save a render (still get 3 on the simple/typical case) but this should simplify handling loading state and not require something like this:

loading == null || loading ? (
  <Loading /> 
) : (
  <div>{data}</div>
)

from react-fetch-component.

mnpenner avatar mnpenner commented on July 20, 2024

@techniq Really? I just wrote up a simple test and it only renders twice unless you call setState twice in componentDidMount.

I think it's because this line gets called even when mounting. Not sure if it's necessary or not, but three renders probably isn't a big deal anyway.

Thank you for releasing 7.0! That makes things easier.

from react-fetch-component.

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.