Email or username:

Password:

Forgot your password?
Top-level
Joyographic

@slightlyoff So what would you recommend for someone looking to build a simple ti work with, fun, easy to use UI?

7 comments
Joachim

@joyographic As an alternative to React, I've been very happy playing with Svelte (and SvelteKit)

@slightlyoff

Alex Russell

@joachim @joyographic There are tons of good reactive systems out there. If you like React and JSX, try Preact or Stencil. If you are building a mostly static site, look at HTML generated at build time w/ something like 11ty.

Agree that Svelte is a much more modern choice. I list some others here:

infrequently.org/2023/02/the-m

Joyographic

@slightlyoff @joachim Thanks! I'll have a look at some of these...

cuan_knaggs

@joyographic it doesn't matter. use react if you want but put the user first and send the smallest amount of traffic to the browser that you can @slightlyoff

cuan_knaggs

@pablo_fradua it's functionally no different to inline styles. it's a solution to a problem that comes from not understanding how to work with css @joyographic @slightlyoff

Go Up