Did I overly abstracted ? #4579
Unanswered
naveen1337
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a user management table to build, it has lot of feature like filtering updating status, I like to keeping all function and API calls in page component, and that's makes by code lines long, so I started abstract all the code into custom hooks.
I still keep thinking did I overly abstracted a unnecessary things. it scares me is it a recommended way or is there any hidden problem will arise from future
Give me your opinion
Thanks
Beta Was this translation helpful? Give feedback.
All reactions