21

I constantly hear about research into functional programming, and even real things coming out of them, like certain programming languages (idris).

Is there anything like this for frontend UI dev? It doesn't have to be FP related.

all 14 comments
sorted by: hot top new old
[-] shnizmuffin@lemmy.inbutts.lol 14 points 2 years ago

On the web, there's semantic HTML and Web Content Accessibility Guidelines which focus on making content for the Internet as broadly interoperable and accessible as possible. The former from a technical point of view, the latter from a human interaction point of view. They go together hand on hand.

[-] TCB13@lemmy.world 7 points 2 years ago

At the rate frontend spits frameworks and languages it's pointless to write papers for it. Innovation on that field happens by bruteforce.

[-] otl@hachyderm.io 6 points 2 years ago
[-] TCB13@lemmy.world 2 points 2 years ago

😂😂😂

[-] pinchcramp@lemmy.dbzer0.com 7 points 2 years ago

Maybe Elm? It was the result of Evan Czaplicki's thesis.

[-] Turun@feddit.de 5 points 2 years ago* (last edited 2 years ago)

Have you looked at Elm?

It's very much not JavaScript, but I think that comes with the territory of wanting something significantly different.

For what it's worth, with wasm you could use any language that compiles to it as a frontend language. Rust has a few frameworks that can compile to standalone wasm web pages.

[-] anzo@programming.dev 4 points 2 years ago* (last edited 2 years ago)

htmx.org has tons of assays posted online. But I don't recall seeing any 'white paper' for frontend frameworks... maybe it's also related to "ux research" (if there's such thing) being more of a marketing discipline, and by its profit-seeking nature that's mostly secretive.

[-] monomon@programming.dev 4 points 2 years ago

Concepts like Reactive programming are widely used in web/UI contexts. The problem of connecting a UI to an underlying data set is not trivial. Several frameworks deal with this.

As was already said, concerns like Accessibility are studied academically. They have more to do with user experience than the technology, so not sure if they match your question.

this post was submitted on 09 Feb 2024
21 points (100.0% liked)

Programming

28335 readers
969 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS