Lessons Learned from Real-World Applications
Great rules, Lorenz. I especially like using custom hooks for functionality that can be extracted, for example data fetching or business logic. This streamlines components and also makes the component and hooks easier to test.
Thanks David!
Great rules, Lorenz. I especially like using custom hooks for functionality that can be extracted, for example data fetching or business logic. This streamlines components and also makes the component and hooks easier to test.
Thanks David!