VS react and vue
react is the most popular web framework. made by facebook, and a lot of things make the react to be your option.
and v...
For further actions, you may consider blocking this person and/or reporting abuse
JSX, or JavaScript Syntax Extension, is an extension to the JavaScript language syntax. Similar in appearance to HTML, JSX provides a way to structure component rendering using syntax familiar to many developers. React components are typically written using JSX, although they do not have to be (components may also be written in pure JavaScript).
Vue components extend basic HTML elements to encapsulate reusable code. At a high level, components are custom elements to which the Vue's compiler attaches behavior. In Vue, a component is essentially a Vue instance with pre-defined options.
Svelte is a free and open-source front end compiler. Svelte is not a monolithic JavaScript library imported by applications: instead, Svelte compiles HTML templates to specialized code that manipulates the DOM directly, which may reduce the size of transferred files and give better client performance; application code is also processed by the compiler, inserting calls to automatically recompute data and re-render UI elements when the data they depend on is modified.
Keep studying, good luck in your coding journey!
Thank you Kyle 😁😁😁.
No problem, take care! Best of luck to you. I got my feet wet with programming when I was 17, starting with Java and C++. I am 31 years old now. I took a lot of time off to focus on my career (aircraft mechanic), but about 4 years ago I started taking everything programming seriously again. Just keep your head in the books as often as you can, and you will be amazed at what you learn. Also, iterate, iterate, iterate.
REally good. good luck
It's apples to pineapples 🤔
Where are you from ?
England 🇬🇧
good
There's no best framework, just the one the best for you!
I tried angular, I tried react, but at I ended using vue because I was feeling good using it. Yes just for that.
Svelte seems pretty cool, and i will end to test it one day. But they're no best framework ^^
yup.
Really right. Thank you.
Really right, i meant it's good
It is a frontend framework. Not a web framework.
It is a Compiler, not a framework
It's Amazing not a Compiler 😜 sorry everyone was doing it
😂😂😂😂
It's a thing to compile .svelte files not a compiler.
who continue ? 😂😂😂
OK.
I can read your English, it's clear enough to make sense. The sentence is out of order but it's still okay to understand.
Can you help me to be better in English ?
I have dyslexia, I'm not the right person to ask 👍, I will keep an eye out for your posts, keep asking for feedback on all your posts, this community will help you.
Thank you.
study well
If you like JSX syntax and react paradigm but also like the Svelte performance and store then you should definitely check out solidjs
I like svelte syntax it's like html or vuejs and every thing is easy.
You are not writing javascript '-', svelte is a compiler, you are writing svelte code.
who know if the language will change in the future.
i meant svelte is much similar to javascript.
see svelte docs