GithubHelp home page GithubHelp logo

[Bug]: The `forbidDefaultForRequired` option in the `react/require-default-props` rule does not work as expected about eslint-plugin-react HOT 6 OPEN

vicasas avatar vicasas commented on June 11, 2024
[Bug]: The `forbidDefaultForRequired` option in the `react/require-default-props` rule does not work as expected

from eslint-plugin-react.

Comments (6)

ljharb avatar ljharb commented on June 11, 2024 1

Yes, with the react team’s very unwise and unfortunate decision in 18.3/19, we might as well add both things.

from eslint-plugin-react.

ljharb avatar ljharb commented on June 11, 2024

The rule forbids default props, not default function parameters. In other words, the .defaultProps object attached to the component.

from eslint-plugin-react.

vicasas avatar vicasas commented on June 11, 2024

@ljharb I understand that the current focus is solely on .defaultProps. However, is there any current or future support for performing a different type of validation?

The proposed validation would cover two aspects:

  1. If there are required props, ensure they do not have a default value.
  2. For non-required props, ensure they have a default value.

All of the above should always be validated with the function parameters.

from eslint-plugin-react.

ljharb avatar ljharb commented on June 11, 2024

The first one seems like a great enhancement.

The second one, however, i don’t agree with and wouldn’t want to encourage people to do. Despite the react team’s position, defaultProps are much better than default arguments, because they’re introspectable from the outside (and they work on class components).

from eslint-plugin-react.

vicasas avatar vicasas commented on June 11, 2024

@ljharb I understand your position regarding point 2, can we revisit it in the future for more feedback on this? I still think it would be nice to provide some support for this, maybe not encourage its use, but have it available as a utility.

Regarding point 1, I think it's great that it can be taken. Would this be validated on default arguments?

from eslint-plugin-react.

vicasas avatar vicasas commented on June 11, 2024

@ljharb Regarding point 1, could we re-evaluate it? Facebook already made changes in React Dom (v18.3.0) to start throwing warnings when .defaultProps is used in functional components, but not for class ones.

See more: facebook/react@5894232

from eslint-plugin-react.

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.