Hi, as title says, what framework do you use and why?
I have time to learn something new, but I can’t decide whether to use Svelte or React or any other thing there is… My current job required PHP, Laravel and Codeigniter, which I kinda mastered but I feel that I need to move on.
So from your perspective and experience, which framework do you prefer? Can you maybe send me your favourite tutorial guy that does not have long boring videos just to have watch time ? (I don’t want to sit around and watch someone do it, I want to do it, videos are just for entertainment)
I want to learn something, but not decided yet what to use. Thanks for any advice.
I went from React → Vue → Svelte
Svelte/SvelteKit is just so simple to use and feels closer to vanilla JS/HTML/CSS that I find myself missing it when I use the others. SvelteKit supports SSR, so if you’d like you can build out your whole backend API as well.
Svelte has an awesome interactive tutorial you can jump into right away
Come hang out at !sveltejs@programming.dev if you have any questions!
Looks like we’re all talking frontend frameworks so my vote is the Hotwire family: Turbo, Stimulus
You can try a JS frontend framework, Vue for example. You may not like it, but it is worth to try at least
Angular is what I use almost exclusively. It feels to me to be the most framework-like framework. React and Vue just feel like hacky JS shortcuts in comparison.
I am interested in Hyperfiddle/Electric, I haven’t used it, buts a closure framework where you can call front end and backend functions from the same function, it passes data with streams. Really interesting, someday when I have tons of time I’ll look into it