What are your recommendations on the framework to learn for javascript in 2023 to make web applications?
For further actions, you may consider blocking this person and/or reporting abuse
What are your recommendations on the framework to learn for javascript in 2023 to make web applications?
For further actions, you may consider blocking this person and/or reporting abuse
uhteddy -
Jackson Dhanyel Santin -
Louis Austke -
Yanaiara Oliveira -
Top comments (7)
Svelte if you want to ship less code to the client.
Qwik if you REALLY want to ship less code to the client.
React if you want to get a job.
Svelte is great for small apps, but inexplicably does not scale well. If you are serious about shipping less code, try the experimental islands architecture with hybrid routing based on solid start.
I agree on react for landing a job.
what do you think about remix?
i know that use react
Remix is just react on server steroids. A good choice for fast and convenient prototyping. If bundle size matters, choose something else.
what do you think about remix?
My recommendation would be to learn the concepts behind the frameworks before you decide on one.
Just Reactππ