#ProgrammingParadigms @northeasternu.bsky.social
If you want to build web in a simpler way, trying Svelte! It compiles directly into native JS, avoids virtual DOM, has better performance, and requires less code. Just write .svelte files, define components, bind data, and update responsively!