You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The create page is becoming quite hard to maintain. It would be good to extract the business logic out into a useCreatePage hook and/extract some of the jsx out like all of the wrappers.
Expected Behavior
As a developer, I can easily navigate the create page, so I can add/update features without relying on the search feature to get back to where I need.
Current Behavior
The logic for updating and creating and fetching data is in one huge clump. The important jsx like, editor, preview etc is lost in a sea of jsx and it is hard to get to where you want.
The text was updated successfully, but these errors were encountered:
Context
The create page is becoming quite hard to maintain. It would be good to extract the business logic out into a useCreatePage hook and/extract some of the jsx out like all of the wrappers.
Expected Behavior
As a developer, I can easily navigate the create page, so I can add/update features without relying on the search feature to get back to where I need.
Current Behavior
The logic for updating and creating and fetching data is in one huge clump. The important jsx like, editor, preview etc is lost in a sea of jsx and it is hard to get to where you want.
The text was updated successfully, but these errors were encountered: