Split business logic from UI using Custom hooks in React
Feb 1, 2022 · 5 min read · Many times you must have seen projects, where the design and the logic are coupled tightly together, and making any new features increase the component size which leads to feature-rich but huge components that are hard to test and ensure that all thi...
Join discussion