- Finally figured out what the different colours means when u turn on the
react dev tools highlight updates when components render
options in react dev tools.
The React Developer Tools highlights components that are re-rendering at a given point in time. Depending on the frequency of updates, a different color is used. Blue shows infrequent updates, ranging to green, yellow, and red for components that update frequently. source
- Also something clicked in my head with graphql today. It suddenly makes sense.
- schema , the what
- resolver, the how