|
|
|
|
|
by bryanrasmussen
856 days ago
|
|
Are there potential performance issues to consider with overrides - I'm supposing const FetchPerson = createOverride(fetchPerson); must be less performant by some amount than just using fetchPerson? How many over-rides do you find a reasonably complex component needs? |
|
Overrides are opt-in so you can just expose any overridable value as a prop and run a isolated component test on it.