It's about factory function.
It's perfectly functional ;-)
It's about factory function.
It's perfectly functional ;-)
const {createForm} = createFormFactory(...);
const formState = createForm(...);
```
const {createForm} = createFormFactory(...);
const formState = createForm(...);
```
A huge bonus is API design with schema validation.
IMHO great design
A huge bonus is API design with schema validation.
IMHO great design
No framework can protect you from doing things in the wrong way.
No framework can protect you from doing things in the wrong way.
JSON is simply evolution of possibilities of JavaScript. XML is dead on the web, SGML evolved to HTML and XHTML was rejected.
Web is mostly only the presentation layer. Internet is this for many.
JSON is simply evolution of possibilities of JavaScript. XML is dead on the web, SGML evolved to HTML and XHTML was rejected.
Web is mostly only the presentation layer. Internet is this for many.
I wish it was, but this is not the reality nor the near future.
Hypermedia are about shareable data. Web had that vision at first, you know and you stay, brave.
Today needs are different BTW.
If you have pure data, you can use XML, XSLT+FOP->PDF or HTML..
but XLS? CSV? yay.
I wish it was, but this is not the reality nor the near future.
Hypermedia are about shareable data. Web had that vision at first, you know and you stay, brave.
Today needs are different BTW.
If you have pure data, you can use XML, XSLT+FOP->PDF or HTML..
but XLS? CSV? yay.
You may pin the version of Svelte and tooling for sake when something breaks. Do feedback.
Follow your company culture and nature if unsure but play and explore!
You may pin the version of Svelte and tooling for sake when something breaks. Do feedback.
Follow your company culture and nature if unsure but play and explore!
I perfectly know what the ideas are about. You just lost the point.
Data and presentation are two different things.
I perfectly know what the ideas are about. You just lost the point.
Data and presentation are two different things.
If you don't upgrade packages, don't modify layout or generic packages but your content only, you should benefit from caching even after rebuild, don't you?
BTW are you using HTTPS? Do you properly use ETag, caching headers? If nobody cares, it's nonsense
If you don't upgrade packages, don't modify layout or generic packages but your content only, you should benefit from caching even after rebuild, don't you?
BTW are you using HTTPS? Do you properly use ETag, caching headers? If nobody cares, it's nonsense