Settings

Theme

Artwork – a simple front-end framework with no HTML

github.com

1 points by unemployable 3 years ago · 4 comments

Reader

unemployableOP 3 years ago

Applications do not really benefit from markup language. Artwork uses only JavaScript and CSS, and uses web components to enable scoped CSS and so on. It avoids classes as they are too much ceremony.

Projects using Artwork can be run without any transpiling or compiling thanks to import maps and CSS imports.

I am very happy with it. Maybe it is not for you, but I like it.

  • ss108 3 years ago

    > Applications do not really benefit from markup language.

    The question is whether developers do.

already 3 years ago

I hate JS only frameworks. What’s the point of making things more complicated? HTML makes it cleaner and easier to work

  • unemployableOP 3 years ago

    Why do you think it is more complicated? The logic of the UI and application itself is the complicated part. That is the difference between a document and an application. The HTML ends up being turned into small pieces and has to be dynamically manipulated in an application. There are lots of if and else statements to create the HTML.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection