This is both backend and frontend question. I have a form with 10 input fields. How do i approach this problem, should I create 10 different BE endpoint for each field or just one where a field onchange will triger the whole form submit
And ofcourse how should I use mantine form to make this more efficient & effective
PS i used mantine form many times before with basic usecase. Couldn't figure out this autosave mechanism myself