#Day89 of #100daysofcode
Today I learned about how to optimize context value. The way how context work is whenever there is a change in the provided value from one render to another, it will trigger a re-render to the alltge components consuming that context.
Stay tuned to see this in action.