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.
Context: I'm designing a DSL that is intended to be understandable by anyone...
Context: I'm designing a DSL that is intended to be understandable by anyone...
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.
FormML was born with first-class VSCode support, thanks to langium (the DSL builder I used) 's incredible abilities.
👨💻 Completion
✅ Validation/diagnostic
🔍 Finding references
🧠 Refactoring
and more... are available out-of-box!
#opensource #javascript #react #webdev
FormML was born with first-class VSCode support, thanks to langium (the DSL builder I used) 's incredible abilities.
👨💻 Completion
✅ Validation/diagnostic
🔍 Finding references
🧠 Refactoring
and more... are available out-of-box!
#opensource #javascript #react #webdev
Validation is one of important parts of building forms.
FormML gives you rich annotations, allowing you to verify fields as you wish.
Thanks to valibot (the under-the-hood). Validation in FormML gets better perf but smaller bundle size.
#opensource #javascript #react #webdev
Validation is one of important parts of building forms.
FormML gives you rich annotations, allowing you to verify fields as you wish.
Thanks to valibot (the under-the-hood). Validation in FormML gets better perf but smaller bundle size.
#opensource #javascript #react #webdev
Let's start from `.formml` files.
Shortly, I created a DSL just called "FormML" to help people model & write down THE forms live in their wise 🧠.
Q: Why not JS?
A: Simplicity, readability, reusability and a FACT - People who own knowledge of forms are often not programmers.
Let's start from `.formml` files.
Shortly, I created a DSL just called "FormML" to help people model & write down THE forms live in their wise 🧠.
Q: Why not JS?
A: Simplicity, readability, reusability and a FACT - People who own knowledge of forms are often not programmers.
🔜 GitHub repo launching soon! Follow for updates and be the first to try it out! #OpenSource #JavaScript #TypeScript #React
🔜 GitHub repo launching soon! Follow for updates and be the first to try it out! #OpenSource #JavaScript #TypeScript #React