Open mhagmajer opened 4 years ago
https://svelte.dev/ for reference
Let's add some examples of dynamic UI to asses feasibility of having dynamic views in AskScript
Wow, this is awesome
... another use case of this feature could be supporting different component engines: Vue, Angular, React, WebComponents - something like https://github.com/BuilderIO/jsx-lite
A simple static html table in TypeScript using JSX (assuming it is consumed by React-like library):
Same thing using a new
html
resource in AskScript:Since AskScript is a programming language, it will be also possible to mix HTML markup with computations allowing for easy rendering of a list with items in list: