Coder Social home page Coder Social logo

Comments (11)

justinhelmer avatar justinhelmer commented on May 21, 2024 1

Thanks for the quick reply. I suppose I'm suggesting something along these lines:

return !!(
  options.includeAll ||
  Component.whyDidYouRender ||
  shouldInclude(displayName, options)
)

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

what would you like to use to decide if a component should be tracked?

https://github.com/welldone-software/why-did-you-render/blob/master/src/shouldTrack.js

here is the file that makes this decision

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

try include: [/.*/].

what do you say?

from why-did-you-render.

justinhelmer avatar justinhelmer commented on May 21, 2024

works like a charm, thanks.

Closing

from why-did-you-render.

zhangenming avatar zhangenming commented on May 21, 2024

so why not provide a option?
such as

const whyDidYouRender = require('@welldone-software/why-did-you-render')
whyDidYouRender.isTrackAllPureComponent = true //default can be false
whyDidYouRender(React)

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

i don't want people to track all components. it's not a best practice.
if you want to do it, use include: [/.*/]

from why-did-you-render.

zhangenming avatar zhangenming commented on May 21, 2024

i don't want people to track all components. it's not a best practice.
if you want to do it, use include: [/.*/]

i dont very familiar about react
how about just track all component that implement SCU (or PureComponent )
thanks

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

that's a good idea. ill consider it

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

implement SCU?

from why-did-you-render.

zhangenming avatar zhangenming commented on May 21, 2024

scu: shouldComponentUpdate

from why-did-you-render.

vzaidman avatar vzaidman commented on May 21, 2024

ok ill add this configuration. thanks for the idea

from why-did-you-render.

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.