Why does entering text into a new stage cause so much of the app to re-render?
- Use the profiling tools in react developer tools, and also look at the "why did you render?" npm module.
- Open a protocol and create a stage. Type a single character into the stage name (or click inside the input for that matter)...huge amounts of re-rendering.
Why does entering text into a new stage cause so much of the app to re-render?