|
|
|
|
|
by kin
2247 days ago
|
|
Not sure if this helps or is relevant, but I like to think of a component as a physics function. For example, at t = 0, the output is one thing. When t = 1, the output is another. The same way of thinking can be applied to hooks. Some hooks only execute at t = 0, and at that time, variables x, y, and z also have specific values. Hopefully you can think this way and your values won't intertwine so much that it becomes hard to trace. |
|