@slightlyoff So what would you recommend for someone looking to build a simple ti work with, fun, easy to use UI?
Top-level
@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 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: https://infrequently.org/2023/02/the-market-for-lemons/#fn-alex-approved-1 @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 @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 |
@joyographic As an alternative to React, I've been very happy playing with Svelte (and SvelteKit)
@slightlyoff