Problem Description
https://github.com/cvazac/eslint-plugin-react-perf
Alternative Solutions
No
Feature Details
react-perf/jsx-no-new-object-as-prop: Prevent {...} as JSX prop value
react-perf/jsx-no-new-array-as-prop: Prevent [...] as JSX prop value
react-perf/jsx-no-new-function-as-prop: Prevent function as JSX prop value
react-perf/jsx-no-jsx-as-prop: Prevent JSX as JSX prop value
Examples
const data = {} ;
// warn here
<Comp data={data}></Comp>
Evaluation Checklist
Problem Description
https://github.com/cvazac/eslint-plugin-react-perf
Alternative Solutions
No
Feature Details
react-perf/jsx-no-new-object-as-prop: Prevent {...} as JSX prop value
react-perf/jsx-no-new-array-as-prop: Prevent [...] as JSX prop value
react-perf/jsx-no-new-function-as-prop: Prevent function as JSX prop value
react-perf/jsx-no-jsx-as-prop: Prevent JSX as JSX prop value
Examples
Evaluation Checklist