FormML only focuses on the problems of how people model/build/submit (in plan) forms. It has no opinions on how to store form data. You can of course store them anywhere, including on blockchains.
FormML only focuses on the problems of how people model/build/submit (in plan) forms. It has no opinions on how to store form data. You can of course store them anywhere, including on blockchains.
1. It simplifies user writing but increases implementation complexity, and potential conflicts with a planned feature - multi-language support
2. Type doesn't seem to be an overly difficult concept. It also exists in some graphical form builders
1. It simplifies user writing but increases implementation complexity, and potential conflicts with a planned feature - multi-language support
2. Type doesn't seem to be an overly difficult concept. It also exists in some graphical form builders
BTW, "I have failed any coding course I have taken" - It's a little hard to believe since you have a penguin avatar 🤣
BTW, "I have failed any coding course I have taken" - It's a little hard to believe since you have a penguin avatar 🤣
Also, there is a post in HackerNews , feel free to upvote it. Thanks a lot! 🙇
Also, there is a post in HackerNews , feel free to upvote it. Thanks a lot! 🙇
One direction is postfix types + type inference.
Again, it only simplifies things and doesn't seem to solve people's problem.
One direction is postfix types + type inference.
Again, it only simplifies things and doesn't seem to solve people's problem.
Do you mean the concept of "type" of a field is confusing to non-programmers?
Or you mean abbreviations are confusing? (e.g. num vs number)
Do you mean the concept of "type" of a field is confusing to non-programmers?
Or you mean abbreviations are confusing? (e.g. num vs number)
I started using it to quickly build slides, but always ended up spending too much time fiddling with custom styles.
I started using it to quickly build slides, but always ended up spending too much time fiddling with custom styles.
I wrote a blog to share the motivation of FormML. See if it makes any sense for you.
I wrote a blog to share the motivation of FormML. See if it makes any sense for you.
TBH, as a Chinese, it's hard to understand why the concept of ninja is so popular in the English world. 🤣
In this side of the world it is just a niche Japanese cultural symbol. 🤔
TBH, as a Chinese, it's hard to understand why the concept of ninja is so popular in the English world. 🤣
In this side of the world it is just a niche Japanese cultural symbol. 🤔
By out-of-box features:
👨👩👧👦 Non-dev friendly DSL
✂️ Model-View separation
🔄 First-class dynamic forms support
⚡ First-class real-time forms support
and so on.
By out-of-box features:
👨👩👧👦 Non-dev friendly DSL
✂️ Model-View separation
🔄 First-class dynamic forms support
⚡ First-class real-time forms support
and so on.
I list some in pic.
They aren't problems specific to only this case, but common challenges when building complex forms.
I call forms with similar pain points "Enterprise-Level" forms.
I list some in pic.
They aren't problems specific to only this case, but common challenges when building complex forms.
I call forms with similar pain points "Enterprise-Level" forms.
While there are many awesome tools in ecosystem for building basic forms, such as React Hook Form.
There isn't yet a serious solution (to my knowledge) that specifically addresses the pain points of really complex ones - Enterprise-Level forms.
While there are many awesome tools in ecosystem for building basic forms, such as React Hook Form.
There isn't yet a serious solution (to my knowledge) that specifically addresses the pain points of really complex ones - Enterprise-Level forms.
There is also a native feature in ECMAScript called "import attributes" may can help. But it's too new so not well supported by ecosystem yet. I have no idea how to take advantage of it at current stage.
There is also a native feature in ECMAScript called "import attributes" may can help. But it's too new so not well supported by ecosystem yet. I have no idea how to take advantage of it at current stage.