The hal-forms specification seems a great approach to building dynamic, state, driven forms but there seems little adoption in front-end libraries (react etc.). rwcbook.github.io/hal-forms/
4
1
1
7
I used to believe in this approach until I noticed the browser does a pretty good job with forms natively
1
3
It depends on what your target is. If you're just wanting to build a website with a few forms and otherwise simple pages, absolutely right. But what if you want to target other things? The same API response can also power Android, iOS, etc to tell them the correct way to work.
1
Well, sort of … HTML forms are by no means restricted to simple sites, and you could also decide not to build a native iOS or Android app, of course

Nov 1, 2022 · 12:03 PM UTC

1