Help to setup correct Architecture #1876
Unanswered
vsharma009
asked this question in
General
Replies: 1 comment 1 reply
-
Take a look at this approach: https://www.youtube.com/watch?v=CeAkxVwsyMU which I designed for use at work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have a very big form which has traveller details and payment and billing details and I want to create react hook form but there is one issue that we are showing some big components between traveler and payment section so how can I configure it. i am not allowed to change UI. form should be like
traveler section , insurance, seatmap some other ancillaries then payment details and then book button.
For live example: please check https://www.cheapoair.com and go to payment page.
Please contact me if someone can help.. main challenge is that I don't want to render middle components on form render.
Beta Was this translation helpful? Give feedback.
All reactions