Which javascript frontend framework do you use for your projects?
Niklas Mengele
7 replies
I am curious about which framework are you using. Are you also using some different ones?
Replies
Nicky Hajal@nickyhajal
ActionAlly
I use SvelteKit for as much as possible. It is such a joy to use.
Only thing that brings me back to React is React Native
Share
code-ray
@nickyhajal ok sounds very interesting! I am curious about the reason why you selected SvelteKit?
ActionAlly
@niklas_mengele I highly recommend checking out Rich Harris (creator of Svelte)'s talk, "Rethinking Reactivity". That outlines some of the initial reasoning behind Svelte and got me using it about 4 years ago. It was like a breath of fresh air compared to React, so I kept using it and it has only gotten better since.
On this subject, there is useful information about Vue.js vs React, I advise you to study it. Vue JS is a progressive JavaScript framework that allows you to create interactive user interfaces. It has a simple and intuitive syntax, making it easy for beginners to learn.