Email or username:

Password:

Forgot your password?
Top-level
Joachim

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

@slightlyoff

2 comments
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...

Go Up