top | item 39363872

(no title)

kolodny | 2 years ago

React is pretty performant when context isn't changing. We haven't done any benchmarking but I doubt there's any real world perf hit. For large applications the number of overrides tend to be under 20.

Overrides are opt-in so you can just expose any overridable value as a prop and run a isolated component test on it.

discuss

order

bryanrasmussen|2 years ago

cool

any common mistakes you see people make in writing overrides or is it too early to make conclusions?